Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Attributes | List of all members
_frame Struct Reference

#include <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* _frame::f_back
PyTryBlock _frame::f_blockstack[CO_MAXBLOCKS]
PyObject* _frame::f_builtins
PyCodeObject* _frame::f_code
PyObject * _frame::f_exc_traceback
PyObject* _frame::f_exc_type
PyObject * _frame::f_exc_value
PyObject* _frame::f_globals
int _frame::f_iblock
int _frame::f_lasti
int _frame::f_lineno
PyObject* _frame::f_locals
PyObject* _frame::f_localsplus[1]
PyObject** _frame::f_stacktop
PyObject* _frame::f_trace
PyThreadState* _frame::f_tstate
PyObject** _frame::f_valuestack

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

Copyright 2014 Google Inc. All rights reserved.