token.ISTERMINAL()
  • References/Python/Python/Language

token.ISTERMINAL(x) Return true for terminal token values.

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

get_namespaces() Return a list of namespaces bound to this name.

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

argval resolved arg value (if known), otherwise same as arg

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

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

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