HomeSort by relevance Sort by last modified time
    Searched defs:PyGen_Type (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
genobject.c 331 PyTypeObject PyGen_Type = {
385 PyGenObject *gen = PyObject_GC_New(PyGenObject, &PyGen_Type);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
genobject.c 328 PyTypeObject PyGen_Type = {
382 PyGenObject *gen = PyObject_GC_New(PyGenObject, &PyGen_Type);
  /external/python/cpython2/Objects/
genobject.c 331 PyTypeObject PyGen_Type = {
385 PyGenObject *gen = PyObject_GC_New(PyGenObject, &PyGen_Type);
  /external/python/cpython3/Objects/
genobject.c 745 PyTypeObject PyGen_Type = {
831 return gen_new_with_qualname(&PyGen_Type, f, name, qualname);
837 return gen_new_with_qualname(&PyGen_Type, f, NULL, NULL);
    [all...]

Completed in 94 milliseconds