Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dformatter.h1077 format_complex_internal(PyObject *value, in format_complex_internal() function
1535 result = format_complex_internal(obj, &format); in FORMAT_COMPLEX()
/external/python/cpython3/Python/
Dformatter_unicode.c1164 format_complex_internal(PyObject *value, in format_complex_internal() function
1587 return format_complex_internal(obj, &format, writer); in _PyComplex_FormatAdvancedWriter()