Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dformatter_unicode.c1408 format_obj(PyObject *obj, _PyUnicodeWriter *writer) in format_obj() function
1437 return format_obj(obj, writer); in _PyUnicode_FormatAdvancedWriter()
1473 return format_obj(obj, writer); in _PyLong_FormatAdvancedWriter()
1530 return format_obj(obj, writer); in _PyFloat_FormatAdvancedWriter()
1569 return format_obj(obj, writer); in _PyComplex_FormatAdvancedWriter()
/external/python/cpython2/Objects/
Dbytesobject.c536 format_obj(PyObject *v, const char **pbuf, Py_ssize_t *plen) in format_obj() function
846 temp = format_obj(v, &pbuf, &len); in _PyBytes_FormatEx()
/external/python/cpython3/Objects/
Dbytesobject.c529 format_obj(PyObject *v, const char **pbuf, Py_ssize_t *plen) in format_obj() function
835 temp = format_obj(v, &pbuf, &len); in _PyBytes_FormatEx()
/external/python/cpython3/Tools/c-analyzer/
DTODO347 Objects/bytesobject.c:format_obj():PyId___bytes__ _Py_IDENTIFIER(__bytes__)
Dknown.tsv1046 Objects/bytesobject.c format_obj PyId___bytes__ variable _Py_IDENTIFIER(__bytes__)