Home
last modified time | relevance | path

Searched refs:PyFormatterIter_Type (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h1067 static PyTypeObject PyFormatterIter_Type = { variable
1117 it = PyObject_New(formatteriterobject, &PyFormatterIter_Type); in formatter_parser()
/external/python/cpython2/Objects/stringlib/
Dstring_format.h1147 static PyTypeObject PyFormatterIter_Type = { variable
1189 it = PyObject_New(formatteriterobject, &PyFormatterIter_Type); in formatter_parser()
/external/python/cpython3/Tools/c-analyzer/
DTODO890 Objects/stringlib/unicode_format.h:PyFormatterIter_Type static PyTypeObject PyFormatterIte…
Dknown.tsv984 Objects/stringlib/unicode_format.h - PyFormatterIter_Type variable static PyTypeObject PyFormatterI…
/external/python/cpython2/Objects/
Dunicodeobject.c8965 if (PyType_Ready(&PyFormatterIter_Type) < 0) in _PyUnicode_Init()
/external/python/cpython3/Objects/
Dunicodeobject.c15569 if (PyType_Ready(&PyFormatterIter_Type) < 0) { in _PyUnicode_Init()