Staging
v0.5.1
Raw File
formatter_unicode.h
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);

back to top