Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dformatter_unicode.c1405 format_obj(PyObject *obj, _PyUnicodeWriter *writer) in format_obj() function
1434 return format_obj(obj, writer); in _PyUnicode_FormatAdvancedWriter()
1470 return format_obj(obj, writer); in _PyLong_FormatAdvancedWriter()
1528 return format_obj(obj, writer); in _PyFloat_FormatAdvancedWriter()
1567 return format_obj(obj, writer); in _PyComplex_FormatAdvancedWriter()
/external/python/cpython3/Objects/
Dbytesobject.c542 format_obj(PyObject *v, const char **pbuf, Py_ssize_t *plen) in format_obj() function
852 temp = format_obj(v, &pbuf, &len); in _PyBytes_FormatEx()
/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()