Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dfloatobject.c.h369 float___format___impl(PyObject *self, PyObject *format_spec);
385 return_value = float___format___impl(self, format_spec); in float___format__()
/third_party/python/Objects/
Dfloatobject.c1844 float___format___impl(PyObject *self, PyObject *format_spec) in float___format___impl() function