Home
last modified time | relevance | path

Searched refs:format_obj (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
Dformatter_unicode.c1414 format_obj(PyObject *obj, _PyUnicodeWriter *writer) in format_obj() function
1443 return format_obj(obj, writer); in _PyUnicode_FormatAdvancedWriter()
1479 return format_obj(obj, writer); in _PyLong_FormatAdvancedWriter()
1536 return format_obj(obj, writer); in _PyFloat_FormatAdvancedWriter()
1575 return format_obj(obj, writer); in _PyComplex_FormatAdvancedWriter()
/third_party/python/Objects/
Dbytesobject.c556 format_obj(PyObject *v, const char **pbuf, Py_ssize_t *plen) in format_obj() function
862 temp = format_obj(v, &pbuf, &len); in _PyBytes_FormatEx()
/third_party/python/Tools/c-analyzer/
DTODO342 Objects/bytesobject.c:format_obj():PyId___bytes__ _Py_IDENTIFIER(__bytes__)