symtable Struct Reference

symtable Struct Reference

#include <symtable.h>

Class Description

Definition at line 13 of file symtable.h.

Public Attributes

const char * st_filename
 
struct _symtable_entryst_cur
 
struct _symtable_entryst_top
 
PyObjectst_symbols
 
PyObjectst_stack
 
PyObjectst_global
 
int st_nblocks
 
PyObjectst_private
 
PyFutureFeaturesst_future
 

Member Data Documentation

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.


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