Staging
v0.8.1
Revision ab561317203121ffda9841f84572ecdab68a84d6 authored by Jeffrey Yasskin on 02 April 2008, 04:07:44 UTC, committed by Jeffrey Yasskin on 02 April 2008, 04:07:44 UTC
1 parent cb0f2ad
Raw File
formatter_unicode.h
PyObject *
unicode__format__(PyObject *self, PyObject *args);

PyObject *
unicode_long__format__(PyObject *self, PyObject *args);

PyObject *
unicode_int__format__(PyObject *self, PyObject *args);

PyObject *
unicode_float__format__(PyObject *self, PyObject *args);

back to top