|
Orbits
1
|
Go to the source code of this file.
Classes | |
| struct | PyTryBlock |
| struct | _frame |
Macros | |
| #define | PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type) |
| #define | PyFrame_IsRestricted(f) ((f)->f_builtins != (f)->f_tstate->interp->builtins) |
Typedefs | |
| typedef struct _frame | PyFrameObject |
Functions | |
| PyAPI_DATA (PyTypeObject) PyFrame_Type | |
| PyAPI_FUNC (PyFrameObject *) PyFrame_New(PyThreadState * | |
| PyCodeObject PyObject PyObject * | PyAPI_FUNC (void) PyFrame_BlockSetup(PyFrameObject * |
| PyAPI_FUNC (PyTryBlock *) PyFrame_BlockPop(PyFrameObject *) | |
| PyAPI_FUNC (PyObject **) PyFrame_ExtendStack(PyFrameObject * | |
| PyAPI_FUNC (int) PyFrame_ClearFreeList(void) | |
Variables | |
| PyCodeObject PyObject PyObject | int |
| #define PyFrame_Check | ( | op | ) | ((op)->ob_type == &PyFrame_Type) |
| #define PyFrame_IsRestricted | ( | f | ) | ((f)->f_builtins != (f)->f_tstate->interp->builtins) |
| typedef struct _frame PyFrameObject |
| PyAPI_DATA | ( | PyTypeObject | ) |
| PyAPI_FUNC | ( | PyFrameObject * | ) |
| PyCodeObject PyObject PyObject* PyAPI_FUNC | ( | void | ) |
| PyAPI_FUNC | ( | PyTryBlock * | ) |
| PyAPI_FUNC | ( | PyObject ** | ) |
|
read |
| int |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.