parser.ST.issuite()
  • References/Python/Python/Language

ST.issuite() Same as issuite(st).

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

compileall.compile_path(skip_curdir=True, maxlevels=0, force=False, quiet=0, legacy=False, optimize=-1) Byte-compile all the

2025-01-10 15:47:30
dis.Instruction.starts_line
  • References/Python/Python/Language

starts_line line started by this opcode (if any), otherwise None

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

class symtable.Function A namespace for a function or method. This class inherits SymbolTable.

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

get_symbols() Return a list of Symbol instances for names in the table.

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

tabnanny.check(file_or_dir) If file_or_dir is a directory and not a symbolic link, then recursively descend the directory

2025-01-10 15:47:30
dis.Instruction.opcode
  • References/Python/Python/Language

opcode numeric code for operation, corresponding to the opcode values listed below and the bytecode values in the Opcode

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

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

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