blob: 51406ab935c9abf5bb0a548acc2f5148017b0c99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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);
|