#include <symtable.h>
Definition at line 13 of file symtable.h.
Public Attributes | |
const char * | st_filename |
struct _symtable_entry * | st_cur |
struct _symtable_entry * | st_top |
PyObject * | st_symbols |
PyObject * | st_stack |
PyObject * | st_global |
int | st_nblocks |
PyObject * | st_private |
PyFutureFeatures * | st_future |
struct _symtable_entry* st_cur |
Definition at line 15 of file symtable.h.
const char* st_filename |
Definition at line 14 of file symtable.h.
PyFutureFeatures* st_future |
Definition at line 22 of file symtable.h.
PyObject* st_global |
Definition at line 19 of file symtable.h.
int st_nblocks |
Definition at line 20 of file symtable.h.
PyObject* st_private |
Definition at line 21 of file symtable.h.
PyObject* st_stack |
Definition at line 18 of file symtable.h.
PyObject* st_symbols |
Definition at line 17 of file symtable.h.
struct _symtable_entry* st_top |
Definition at line 16 of file symtable.h.