Searched refs:PyODictValues_Type (Results 1 – 4 of 4) sorted by relevance
19 PyAPI_DATA(PyTypeObject) PyODictValues_Type;
2056 PyTypeObject PyODictValues_Type = { variable2093 return _PyDictView_New(od, &PyODictValues_Type); in odictvalues_new()
1804 if (PyType_Ready(&PyODictValues_Type) < 0) in _Py_ReadyTypes()
421 PyODictValues_Type=python37.PyODictValues_Type DATA