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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
genobject.h 27 } PyGenObject;
35 PyAPI_FUNC(int) PyGen_NeedsFinalizing(PyGenObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
genobject.h 27 } PyGenObject;
35 PyAPI_FUNC(int) PyGen_NeedsFinalizing(PyGenObject *);
  /external/python/cpython2/Include/
genobject.h 27 } PyGenObject;
35 PyAPI_FUNC(int) PyGen_NeedsFinalizing(PyGenObject *);
  /external/python/cpython3/Include/
genobject.h 34 } PyGenObject;
44 PyAPI_FUNC(int) PyGen_NeedsFinalizing(PyGenObject *);
47 PyAPI_FUNC(PyObject *) _PyGen_Send(PyGenObject *, PyObject *);
48 PyObject *_PyGen_yf(PyGenObject *);

Completed in 68 milliseconds