Searched refs:PyUnicodeIter_Type (Results 1 – 3 of 3) sorted by relevance
112 PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
623 PyUnicodeIter_Type=python38.PyUnicodeIter_Type DATA
15493 PyTypeObject PyUnicodeIter_Type = { variable15537 it = PyObject_GC_New(unicodeiterobject, &PyUnicodeIter_Type); in unicode_iter()