python-2.7.6/include/frameobject.h File Reference

frameobject.h File Reference

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 PyObjectPyAPI_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
 

Macro Definition Documentation

#define PyFrame_Check (   op)    ((op)->ob_type == &PyFrame_Type)

Definition at line 57 of file frameobject.h.

#define PyFrame_IsRestricted (   f)    ((f)->f_builtins != (f)->f_tstate->interp->builtins)

Definition at line 58 of file frameobject.h.

Typedef Documentation

typedef struct _frame PyFrameObject

Function Documentation

PyAPI_DATA ( PyTypeObject  )
PyAPI_FUNC ( PyFrameObject )
PyCodeObject PyObject PyObject* PyAPI_FUNC ( void  )
PyAPI_FUNC ( PyTryBlock )
PyAPI_FUNC ( PyObject **  )
PyAPI_FUNC ( int  )

Variable Documentation

int

Definition at line 69 of file frameobject.h.

Go to the source code of this file.