Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dtypeobject.c.h189 object___format___impl(PyObject *self, PyObject *format_spec);
205 return_value = object___format___impl(self, format_spec); in object___format__()
/third_party/python/Objects/
Dtypeobject.c5404 object___format___impl(PyObject *self, PyObject *format_spec) in object___format___impl() function