mirror of
https://github.com/python/cpython.git
synced 2025-11-07 09:02:02 +00:00
10 lines
208 B
C
10 lines
208 B
C
|
|
PyObject *
|
||
|
|
unicode_unicode__format__(PyObject *self, PyObject *args);
|
||
|
|
|
||
|
|
PyObject *
|
||
|
|
unicode_long__format__(PyObject *self, PyObject *args);
|
||
|
|
|
||
|
|
PyObject *
|
||
|
|
unicode_float__format__(PyObject *self, PyObject *args);
|
||
|
|
|