_frame Struct Reference

_frame Struct Reference

#include <frameobject.h>

Class Description

Definition at line 16 of file frameobject.h.

Public Attributes

PyObject_VAR_HEAD struct _framef_back
 
PyCodeObjectf_code
 
PyObjectf_builtins
 
PyObjectf_globals
 
PyObjectf_locals
 
PyObject ** f_valuestack
 
PyObject ** f_stacktop
 
PyObjectf_trace
 
PyObjectf_exc_type
 
PyObjectf_exc_value
 
PyObjectf_exc_traceback
 
PyThreadStatef_tstate
 
int f_lasti
 
int f_lineno
 
int f_iblock
 
PyTryBlock f_blockstack [CO_MAXBLOCKS]
 
PyObjectf_localsplus [1]
 

Member Data Documentation

PyObject_VAR_HEAD struct _frame* f_back

Definition at line 18 of file frameobject.h.

PyTryBlock f_blockstack[CO_MAXBLOCKS]

Definition at line 48 of file frameobject.h.

PyObject* f_builtins

Definition at line 20 of file frameobject.h.

PyCodeObject* f_code

Definition at line 19 of file frameobject.h.

PyObject * f_exc_traceback

Definition at line 37 of file frameobject.h.

PyObject* f_exc_type

Definition at line 37 of file frameobject.h.

PyObject * f_exc_value

Definition at line 37 of file frameobject.h.

PyObject* f_globals

Definition at line 21 of file frameobject.h.

int f_iblock

Definition at line 47 of file frameobject.h.

int f_lasti

Definition at line 40 of file frameobject.h.

int f_lineno

Definition at line 46 of file frameobject.h.

PyObject* f_locals

Definition at line 22 of file frameobject.h.

PyObject* f_localsplus[1]

Definition at line 49 of file frameobject.h.

PyObject** f_stacktop

Definition at line 27 of file frameobject.h.

PyObject* f_trace

Definition at line 28 of file frameobject.h.

PyThreadState* f_tstate

Definition at line 39 of file frameobject.h.

PyObject** f_valuestack

Definition at line 23 of file frameobject.h.


The documentation for this struct was generated from the following file: