|
__init__(self,
raw_table,
filename)
|
|
__repr__(self)
|
|
get_type(self)
|
|
get_id(self)
|
|
get_name(self)
|
|
get_lineno(self)
|
|
is_optimized(self)
|
|
is_nested(self)
|
|
has_children(self)
|
|
has_exec(self)
Return true if the scope uses exec
|
|
has_import_star(self)
Return true if the scope uses import *
|
|
get_identifiers(self)
|
|
lookup(self,
name)
|
|
get_symbols(self)
|
|
__check_children(self,
name)
|
|
get_children(self)
|