Python3.x symtable
Python 3 系 のsymtableに関する言語リファレンス情報をまとめたカテゴリです。
Classクラス
constant
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_SymbolTable__check_children
get_children
get_id
get_identifiers
get_lineno
get_methods
get_name
get_symbols
get_type
has_children
is_nested
is_optimized
lookup
Functionクラス
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_Function__idents_matching
_SymbolTable__check_children
get_children
get_frees
get_globals
get_id
get_identifiers
get_lineno
get_locals
get_name
get_nonlocals
get_parameters
get_symbols
get_type
has_children
is_nested
is_optimized
lookup
constant の一覧
function の一覧
Symbolクラス
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
get_name
get_namespace
get_namespaces
is_annotated
is_assigned
is_declared_global
is_free
is_global
is_imported
is_local
is_namespace
is_nonlocal
is_parameter
is_referenced
SymbolTableクラス
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_SymbolTable__check_children
get_children
get_id
get_identifiers
get_lineno
get_name
get_symbols
get_type
has_children
is_nested
is_optimized
lookup