Searched refs:PyODictItems_Type (Results 1 – 4 of 4) sorted by relevance
18 PyAPI_DATA(PyTypeObject) PyODictItems_Type;
1989 PyTypeObject PyODictItems_Type = { variable2026 return _PyDictView_New(od, &PyODictItems_Type); in odictitems_new()
1801 if (PyType_Ready(&PyODictItems_Type) < 0) in _Py_ReadyTypes()
418 PyODictItems_Type=python37.PyODictItems_Type DATA