class symtable.SymbolTable
A namespace table for a block. The constructor is not public.
get_type()
Return the type of the symbol table. Possible values are 'class', 'module', and 'function'.
get_id()
Return the table’s identifier.
get_name()
Return the table’s name. This is the name of the class if the table is for a class, the name of the function if the table is for a function, or 'top' if the table is global (get_type() returns 'module').
get_lineno()
Return the numb