|
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);
|
|
|