Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h223 float___getformat___impl(PyTypeObject *type, const char *typestr);
234 return_value = float___getformat___impl(type, typestr); in float___getformat__()
/external/python/cpython3/Objects/
Dfloatobject.c1694 float___getformat___impl(PyTypeObject *type, const char *typestr) in float___getformat___impl() function