Fix a bug introduced in r62627. see issue2760 and issue2632.
[python.git] / Include / formatter_string.h
blob14c48118c509bb85b0790b88da95e4ead3154aea
1 PyObject *
2 string__format__(PyObject *self, PyObject *args);
4 PyObject *
5 string_long__format__(PyObject *self, PyObject *args);
7 PyObject *
8 string_int__format__(PyObject *self, PyObject *args);
10 PyObject *
11 string_float__format__(PyObject *self, PyObject *args);