pyframe.h File Reference

Typedefs

typedef struct _frame PyFrameObject
 

Functions

 PyAPI_FUNC (int) PyFrame_GetLineNumber(PyFrameObject *)
 
 PyAPI_FUNC (PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame)
 

Typedef Documentation

◆ PyFrameObject

typedef struct _frame PyFrameObject

Function Documentation

◆ PyAPI_FUNC() [1/2]

PyAPI_FUNC ( int  )

◆ PyAPI_FUNC() [2/2]

PyAPI_FUNC ( PyCodeObject )