Home
last modified time | relevance | path

Searched refs:PySetIter_Type (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c882 static PyTypeObject PySetIter_Type = { variable
918 setiterobject *si = PyObject_GC_New(setiterobject, &PySetIter_Type); in set_iter()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c883 static PyTypeObject PySetIter_Type = { variable
919 setiterobject *si = PyObject_GC_New(setiterobject, &PySetIter_Type); in set_iter()