Searched refs:tupleitem (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtupleobject.c383 tupleitem(register PyTupleObject *a, register Py_ssize_t i) function
694 (ssizeargfunc)tupleitem, /* sq_item */
710 return tupleitem(self, i);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtupleobject.c381 tupleitem(register PyTupleObject *a, register Py_ssize_t i) function
692 (ssizeargfunc)tupleitem, /* sq_item */
708 return tupleitem(self, i);

Completed in 7 milliseconds