symtable

_

Members

Variables

st_cur
_symtable_entry* st_cur;

current symbol table entry

st_errors
int st_errors;

number of errors */ /// Availability: 2.

st_filename
const(char)* st_filename;

name of file being compiled

st_future
PyFutureFeatures* st_future;

module's future features

st_global
Borrowed!PyObject* st_global;

borrowed ref to MODULE in st_symbols

st_nblocks
int st_nblocks;

number of blocks */ /// Availability: >= 2.

st_nscopes
int st_nscopes;

number of scopes */ /// Availability: 2.

st_pass
int st_pass;

pass == 1 or 2 */ /// Availability: 2.

st_private
PyObject* st_private;

name of current class or NULL */ /// Availability: >= 2.

st_private
char* st_private;

name of current class or NULL */ /// Availability: 2.

st_stack
PyObject* st_stack;

stack of namespace info

st_symbols
PyObject* st_symbols;

dictionary of symbol table entries

st_tmpname
int st_tmpname;

temporary name counter */ /// Availability: >= 2.

st_top
_symtable_entry* st_top;

Availability: >= 2.5

Meta