Eric Smith | 8c66326 | 2007-08-25 02:26:07 +0000 | [diff] [blame] | 1 | PyObject * |
2 | unicode_unicode__format__(PyObject *self, PyObject *args); | ||||
3 | |||||
4 | PyObject * | ||||
5 | unicode_long__format__(PyObject *self, PyObject *args); | ||||
6 | |||||
7 | PyObject * | ||||
8 | unicode_float__format__(PyObject *self, PyObject *args); | ||||
9 |