Searched refs:PyFormatterIter_Type (Results 1 – 2 of 2) sorted by relevance
1147 static PyTypeObject PyFormatterIter_Type = { variable1189 it = PyObject_New(formatteriterobject, &PyFormatterIter_Type); in formatter_parser()
8969 if (PyType_Ready(&PyFormatterIter_Type) < 0) in _PyUnicode_Init()