|
Orbits
1
|
Go to the source code of this file.
Classes | |
| struct | PyGenObject |
Macros | |
| #define | PyGen_Check(op) PyObject_TypeCheck(op, &PyGen_Type) |
| #define | PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) |
Functions | |
| PyAPI_DATA (PyTypeObject) PyGen_Type | |
| PyAPI_FUNC (PyObject *) PyGen_New(struct _frame *) | |
| PyAPI_FUNC (int) PyGen_NeedsFinalizing(PyGenObject *) | |
| #define PyGen_Check | ( | op | ) | PyObject_TypeCheck(op, &PyGen_Type) |
| #define PyGen_CheckExact | ( | op | ) | (Py_TYPE(op) == &PyGen_Type) |
| PyAPI_DATA | ( | PyTypeObject | ) |
|
read |
|
read |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.