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