Searched refs:PyFormatterIter_Type (Results 1 – 6 of 6) sorted by relevance
1067 static PyTypeObject PyFormatterIter_Type = { variable1117 it = PyObject_New(formatteriterobject, &PyFormatterIter_Type); in formatter_parser()
1147 static PyTypeObject PyFormatterIter_Type = { variable1189 it = PyObject_New(formatteriterobject, &PyFormatterIter_Type); in formatter_parser()
890 Objects/stringlib/unicode_format.h:PyFormatterIter_Type static PyTypeObject PyFormatterIte…
984 Objects/stringlib/unicode_format.h - PyFormatterIter_Type variable static PyTypeObject PyFormatterI…
8965 if (PyType_Ready(&PyFormatterIter_Type) < 0) in _PyUnicode_Init()
15569 if (PyType_Ready(&PyFormatterIter_Type) < 0) { in _PyUnicode_Init()