symtable.Symbol.is_declared_global()
  • References/Python/Python/Language

is_declared_global() Return True if the symbol is declared global with a global statement.

2025-01-10 15:47:30
pyclbr.Function.module
  • References/Python/Python/Language

Function.module The name of the module defining the function described by the function descriptor.

2025-01-10 15:47:30
parser.ST.tolist()
  • References/Python/Python/Language

ST.tolist(line_info=False, col_info=False) Same as st2list(st, line_info, col_info).

2025-01-10 15:47:30
dis.Bytecode.first_line
  • References/Python/Python/Language

first_line The first source line of the code object (if available)

2025-01-10 15:47:30
symtable.Function.get_frees()
  • References/Python/Python/Language

get_frees() Return a tuple containing names of free variables in this function.

2025-01-10 15:47:30
tokenize.TokenError
  • References/Python/Python/Language

exception tokenize.TokenError Raised when either a docstring or expression that may be split over several lines is not completed

2025-01-10 15:47:30
ast.literal_eval()
  • References/Python/Python/Language

ast.literal_eval(node_or_string) Safely evaluate an expression node or a string containing a Python literal or container display

2025-01-10 15:47:30
ast.dump()
  • References/Python/Python/Language

ast.dump(node, annotate_fields=True, include_attributes=False) Return a formatted dump of the tree in node. This is

2025-01-10 15:47:30
symtable.SymbolTable.lookup()
  • References/Python/Python/Language

lookup(name) Lookup name in the table and return a Symbol instance.

2025-01-10 15:47:30
keyword.iskeyword()
  • References/Python/Python/Language

keyword.iskeyword(s) Return true if s is a Python keyword.

2025-01-10 15:47:30