class symtable.Symbol
An entry in a SymbolTable corresponding to an identifier in the source. The constructor is not public.
get_name()
Return the symbol’s name.
is_referenced()
Return True if the symbol is used in its block.
is_imported()
Return True if the symbol is created from an import statement.
is_parameter()
Return True if the symbol is a parameter.
is_global()
Return True if the symbol is global.
is_declared_global()
Return True if the symbol is decl