Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dlongobject.c.h53 int___format___impl(PyObject *self, PyObject *format_spec);
64 return_value = int___format___impl(self, format_spec); in int___format__()
/external/python/cpython3/Objects/
Dlongobject.c4900 int___format___impl(PyObject *self, PyObject *format_spec) in int___format___impl() function