Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dodictobject.h18 PyAPI_DATA(PyTypeObject) PyODictItems_Type;
/external/python/cpython3/Objects/
Dodictobject.c1989 PyTypeObject PyODictItems_Type = { variable
2026 return _PyDictView_New(od, &PyODictItems_Type); in odictitems_new()
Dobject.c1801 if (PyType_Ready(&PyODictItems_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/PC/
Dpython3.def418 PyODictItems_Type=python37.PyODictItems_Type DATA