tokenize.tokenize()
  • References/Python/Python/Language

tokenize.tokenize(readline) The tokenize() generator requires one argument, readline, which must be a

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

ST.totuple(line_info=False, col_info=False) Same as st2tuple(st, line_info, col_info).

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

compileall.compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1) Compile the file with

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

get_lineno() Return the number of the first line in the block this table represents.

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
symbol.sym_name
  • References/Python/Python/Language

symbol.sym_name Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing

2025-01-10 15:47:30
ast.AST.lineno
  • References/Python/Python/Language

lineno col_offset Instances of ast.expr and ast.stmt subclasses have lineno

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

is_nested() Return True if the block is a nested class or function.

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
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