Home
last modified time | relevance | path

Searched refs:PyUnicodeIter_Type (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/PC/
Dpython3.def620 PyUnicodeIter_Type=python37.PyUnicodeIter_Type DATA
/external/python/cpython3/Include/
Dunicodeobject.h360 PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
/external/python/cpython3/Objects/
Dunicodeobject.c15469 PyTypeObject PyUnicodeIter_Type = { variable
15513 it = PyObject_GC_New(unicodeiterobject, &PyUnicodeIter_Type); in unicode_iter()