Home
last modified time | relevance | path

Searched refs:string__format__ (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dstringobject.c3598 string__format__(PyObject* self, PyObject* args) in string__format__() function
3676 {"__format__", (PyCFunction) string__format__, METH_VARARGS, p_format__doc__},