blob: 14c48118c509bb85b0790b88da95e4ead3154aea [file] [log] [blame]
Eric Smitha9f7d622008-02-17 19:46:49 +00001PyObject *
2string__format__(PyObject *self, PyObject *args);
3
4PyObject *
5string_long__format__(PyObject *self, PyObject *args);
6
7PyObject *
8string_int__format__(PyObject *self, PyObject *args);
9
10PyObject *
11string_float__format__(PyObject *self, PyObject *args);
12