Home
last modified time | relevance | path

Searched refs:format_obj (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Python/
H A Dformatter_unicode.c1437 format_obj(PyObject *obj, _PyUnicodeWriter *writer) in format_obj() function
1466 return format_obj(obj, writer); in _PyUnicode_FormatAdvancedWriter()
1502 return format_obj(obj, writer); in _PyLong_FormatAdvancedWriter()
1559 return format_obj(obj, writer); in _PyFloat_FormatAdvancedWriter()
1598 return format_obj(obj, writer); in _PyComplex_FormatAdvancedWriter()
/third_party/python/Objects/
H A Dbytesobject.c526 format_obj(PyObject *v, const char **pbuf, Py_ssize_t *plen) in format_obj() function
832 temp = format_obj(v, &pbuf, &len); in _PyBytes_FormatEx()

Completed in 7 milliseconds