Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcomplexobject.c.h50 complex___format___impl(PyComplexObject *self, PyObject *format_spec);
66 return_value = complex___format___impl(self, format_spec); in complex___format__()
/third_party/python/Objects/
Dcomplexobject.c679 complex___format___impl(PyComplexObject *self, PyObject *format_spec) in complex___format___impl() function