Home
last modified time | relevance | path

Searched refs:PyODictIter_Type (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dodictobject.h16 PyAPI_DATA(PyTypeObject) PyODictIter_Type;
/external/python/cpython3/Objects/
Dodictobject.c1828 PyTypeObject PyODictIter_Type = { variable
1868 di = PyObject_GC_New(odictiterobject, &PyODictIter_Type); in odictiter_new()
Dobject.c1807 if (PyType_Ready(&PyODictIter_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/PC/
Dpython3.def419 PyODictIter_Type=python37.PyODictIter_Type DATA