frameobject.h File Reference

Classes

struct  PyTryBlock
 
struct  _frame
 

Macros

#define PyFrame_Check(op)
 

Functions

 PyAPI_DATA (PyTypeObject) PyFrame_Type
 
 PyAPI_FUNC (PyFrameObject *) PyFrame_New(PyThreadState *
 
PyCodeObject PyObject PyObject *PyFrameObject_PyFrame_New_NoTrack (PyThreadState *, PyCodeObject *, PyObject *, PyObject *)
 
 PyAPI_FUNC (void) PyFrame_BlockSetup(PyFrameObject *
 
 PyAPI_FUNC (PyTryBlock *) PyFrame_BlockPop(PyFrameObject *)
 
 PyAPI_FUNC (int) PyFrame_FastToLocalsWithError(PyFrameObject *f)
 

Variables

 int
 

Macro Definition Documentation

◆ PyFrame_Check

#define PyFrame_Check (   op)

Function Documentation

◆ PyAPI_DATA()

PyAPI_DATA ( PyTypeObject  )

◆ PyAPI_FUNC() [1/4]

PyAPI_FUNC ( PyFrameObject )

◆ _PyFrame_New_NoTrack()

PyCodeObject PyObject PyObject* PyFrameObject* _PyFrame_New_NoTrack ( PyThreadState ,
PyCodeObject ,
PyObject ,
PyObject  
)

◆ PyAPI_FUNC() [2/4]

PyAPI_FUNC ( void  )

◆ PyAPI_FUNC() [3/4]

PyAPI_FUNC ( PyTryBlock )

◆ PyAPI_FUNC() [4/4]

PyAPI_FUNC ( int  )

Variable Documentation

◆ int

int