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
pickletools.genops()
  • References/Python/Python/Language

pickletools.genops(pickle) Provides an iterator over all of the opcodes in a pickle,

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

get_name() Return the table’s name. This is the name of the class if the table is for a class, the name of the function if the

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

tokenize.open(filename) Open a file in read only mode using the encoding detected by detect_encoding().

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

Function.lineno The line number of the def statement within the file named by file.

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

dis.findlabels(code) Detect all offsets in the code object code which are jump targets, and return a list of these

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
ast.get_docstring()
  • References/Python/Python/Language

ast.get_docstring(node, clean=True) Return the docstring of the given node (which must be a FunctionDef

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

ast.increment_lineno(node, n=1) Increment the line number of each node in the tree starting at node by n.

2025-01-10 15:47:30