is_local() Return True if the symbol is local to its block.
is_referenced() Return True if the symbol is used in its block.
get_identifiers() Return a list of names of symbols in this table.
is_declared_global() Return True if the symbol is declared global with a global statement.
is_global() Return True if the symbol is global.
get_namespaces() Return a list of namespaces bound to this name.
is_free() Return True if the symbol is referenced in its block, but not assigned to.
is_assigned() Return True if the symbol is assigned to in its block.
get_namespace() Return the namespace bound to this name. If more than one namespace is bound, ValueError is raised.
is_imported() Return True if the symbol is created from an import statement.
Page 171 of 663