blob: 51406ab935c9abf5bb0a548acc2f5148017b0c99 [file] [log] [blame]
Eric Smitha9f7d622008-02-17 19:46:49 +00001PyObject *
2unicode__format__(PyObject *self, PyObject *args);
3
4PyObject *
5unicode_long__format__(PyObject *self, PyObject *args);
6
7PyObject *
8unicode_int__format__(PyObject *self, PyObject *args);
9
10PyObject *
11unicode_float__format__(PyObject *self, PyObject *args);
12