formatter_string.h 263 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
PyObject *
string__format__(PyObject *self, PyObject *args);

PyObject *
string_long__format__(PyObject *self, PyObject *args);

PyObject *
string_int__format__(PyObject *self, PyObject *args);

PyObject *
string_float__format__(PyObject *self, PyObject *args);