Eric Smith | a9f7d62 | 2008-02-17 19:46:49 +0000 | [diff] [blame] | 1 | PyObject * |
2 | unicode__format__(PyObject *self, PyObject *args); | ||||
3 | |||||
4 | PyObject * | ||||
5 | unicode_long__format__(PyObject *self, PyObject *args); | ||||
6 | |||||
7 | PyObject * | ||||
8 | unicode_int__format__(PyObject *self, PyObject *args); | ||||
9 | |||||
10 | PyObject * | ||||
11 | unicode_float__format__(PyObject *self, PyObject *args); | ||||
12 |