mirror of
https://github.com/python/cpython.git
synced 2025-11-11 19:12:05 +00:00
13 lines
267 B
C
13 lines
267 B
C
|
|
PyObject *
|
||
|
|
unicode__format__(PyObject *self, PyObject *args);
|
||
|
|
|
||
|
|
PyObject *
|
||
|
|
unicode_long__format__(PyObject *self, PyObject *args);
|
||
|
|
|
||
|
|
PyObject *
|
||
|
|
unicode_int__format__(PyObject *self, PyObject *args);
|
||
|
|
|
||
|
|
PyObject *
|
||
|
|
unicode_float__format__(PyObject *self, PyObject *args);
|
||
|
|
|