mirror of
https://github.com/python/cpython.git
synced 2025-11-08 01:21:42 +00:00
13 lines
263 B
C
13 lines
263 B
C
|
|
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);
|
||
|
|
|