Home
last modified time | relevance | path

Searched refs:PyODictIter_Type (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dodictobject.h16 PyAPI_DATA(PyTypeObject) PyODictIter_Type;
/third_party/python/Objects/
H A Dodictobject.c1818 PyTypeObject PyODictIter_Type = { variable
1858 di = PyObject_GC_New(odictiterobject, &PyODictIter_Type); in odictiter_new()
H A Dobject.c1916 &PyODictIter_Type,

Completed in 6 milliseconds