blob: ccca883dd017506a4ea1a597047d96f09de39b70 [file] [log] [blame]
Eric Smith8c663262007-08-25 02:26:07 +00001PyObject *
2unicode_unicode__format__(PyObject *self, PyObject *args);
3
4PyObject *
5unicode_long__format__(PyObject *self, PyObject *args);
6
7PyObject *
8unicode_float__format__(PyObject *self, PyObject *args);
9