Searched refs:PyODictIter_Type (Results 1 – 4 of 4) sorted by relevance
16 PyAPI_DATA(PyTypeObject) PyODictIter_Type;
1828 PyTypeObject PyODictIter_Type = { variable1868 di = PyObject_GC_New(odictiterobject, &PyODictIter_Type); in odictiter_new()
1807 if (PyType_Ready(&PyODictIter_Type) < 0) in _Py_ReadyTypes()
419 PyODictIter_Type=python37.PyODictIter_Type DATA