Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dformatter_string.c14 #define FORMAT_COMPLEX _PyComplex_FormatAdvanced macro
/external/python/cpython2/Objects/stringlib/
Dformatter.h358 #if defined FORMAT_FLOAT || defined FORMAT_LONG || defined FORMAT_COMPLEX
1074 #ifdef FORMAT_COMPLEX
1502 #ifdef FORMAT_COMPLEX
1504 FORMAT_COMPLEX(PyObject *obj, in FORMAT_COMPLEX() function