Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dcomplexobject.c724 complex__format__(PyObject* self, PyObject* args) in complex__format__() function
769 {"__format__", (PyCFunction)complex__format__,
/external/python/cpython2/Objects/
Dcomplexobject.c907 complex__format__(PyObject* self, PyObject* args) in complex__format__() function
960 {"__format__", (PyCFunction)complex__format__,