Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Ddictobject.h96 PyAPI_DATA(PyTypeObject) PyDictItems_Type;
103 #define PyDictItems_Check(op) (Py_TYPE(op) == &PyDictItems_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Ddictobject.h96 PyAPI_DATA(PyTypeObject) PyDictItems_Type;
103 #define PyDictItems_Check(op) (Py_TYPE(op) == &PyDictItems_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictobject.c3145 PyTypeObject PyDictItems_Type = { variable
3182 return dictview_new(dict, &PyDictItems_Type); in dictitems_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictobject.c3107 PyTypeObject PyDictItems_Type = { variable
3144 return dictview_new(dict, &PyDictItems_Type); in dictitems_new()