pyclbr.Function.name
  • References/Python/Python/Language

Function.name The name of the function.

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
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
symtable.Symbol.get_namespace()
  • References/Python/Python/Language

get_namespace() Return the namespace bound to this name. If more than one namespace is bound,

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
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
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.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
dis.haslocal
  • References/Python/Python/Language

dis.haslocal Sequence of bytecodes that access a local variable.

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