_SymbolTable__check_children(name) |
|
__format__ |
default object formatter |
__init__(raw_table, filename) |
|
__new__((S, ...) |
|
__reduce__ |
helper for pickle |
__reduce_ex__ |
helper for pickle |
__repr__() |
|
__sizeof__(() -> int) |
size of object in memory, in bytes |
__subclasshook__ |
Abstract classes can override this to customize issubclass(). |
get_children() |
|
get_id() |
|
get_identifiers() |
|
get_lineno() |
|
get_name() |
|
get_symbols() |
|
get_type() |
|
has_children() |
|
has_exec() |
Return true if the scope uses exec |
has_import_star() |
Return true if the scope uses import * |
is_nested() |
|
is_optimized() |
|
lookup(name) |
|