Home
last modified time | relevance | path

Searched refs:PyODictItems_Type (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dodictobject.h18 PyAPI_DATA(PyTypeObject) PyODictItems_Type;
/third_party/python/Objects/
H A Dodictobject.c1980 PyTypeObject PyODictItems_Type = { variable
2017 return _PyDictView_New(od, &PyODictItems_Type); in odictitems_new()
H A Dobject.c1969 &PyODictItems_Type, // base=&PyDictItems_Type

Completed in 6 milliseconds