dis.distb()
  • References/Python/Python/Language

dis.distb(tb=None, *, file=None) Disassemble the top-of-stack function of a traceback, using the last traceback if none was

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

dis.stack_effect(opcode[, oparg]) Compute the stack effect of opcode with argument oparg.

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

dis.hasfree Sequence of bytecodes that access a free variable (note that ‘free’ in this context refers to names in the current

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

is_assigned() Return True if the symbol is assigned to in its block.

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

get_id() Return the table’s identifier.

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

compileall.compile_dir(dir, maxlevels=10, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1, workers=1) Recursively

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

Class.name The name of the class.

2025-01-10 15:47:30
dis.Bytecode.info()
  • References/Python/Python/Language

info() Return a formatted multi-line string with detailed information about the code object, like code_info().

2025-01-10 15:47:30
dis.Bytecode.codeobj
  • References/Python/Python/Language

codeobj The compiled code object.

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

get_methods() Return a tuple containing the names of methods declared in the class.

2025-01-10 15:47:30