Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h112 PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
/external/python/cpython3/PC/
Dpython3.def621 PyUnicodeIter_Type=python39.PyUnicodeIter_Type DATA
/external/python/cpython3/Tools/c-analyzer/
DTODO897 Objects/unicodeobject.c:PyUnicodeIter_Type PyTypeObject PyUnicodeIter_Type
Dknown.tsv1565 Objects/unicodeobject.c - PyUnicodeIter_Type variable PyTypeObject PyUnicodeIter_Type
/external/python/cpython3/Objects/
Dunicodeobject.c15817 PyTypeObject PyUnicodeIter_Type = { variable
15861 it = PyObject_GC_New(unicodeiterobject, &PyUnicodeIter_Type); in unicode_iter()