Searched refs:PyUnicodeIter_Type (Results 1 – 3 of 3) sorted by relevance
620 PyUnicodeIter_Type=python37.PyUnicodeIter_Type DATA
360 PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
15469 PyTypeObject PyUnicodeIter_Type = { variable15513 it = PyObject_GC_New(unicodeiterobject, &PyUnicodeIter_Type); in unicode_iter()