ast.AST.col_offset
  • References/Python/Python/Language

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

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

Function.name The name of the function.

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

is_local() Return True if the symbol is local to its block.

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

parser.sequence2st(sequence) This function accepts a parse tree represented as a sequence and builds an internal representation

2025-01-10 15:47:30
tabnanny.NannyNag
  • References/Python/Python/Language

exception tabnanny.NannyNag Raised by tokeneater() if detecting an ambiguous indent. Captured and handled in check()

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.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
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
ast.NodeVisitor
  • References/Python/Python/Language

class ast.NodeVisitor A node visitor base class that walks the abstract syntax tree and calls a visitor function for every node

2025-01-10 15:47:30
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