Home
last modified time | relevance | path

Searched refs:PyMemoryIter_Type (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dmemoryobject.c3167 static PyTypeObject PyMemoryIter_Type; variable
3244 it = PyObject_GC_New(memoryiterobject, &PyMemoryIter_Type); in memory_iter()
3257 static PyTypeObject PyMemoryIter_Type = { variable
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1664 Objects/memoryobject.c - PyMemoryIter_Type -