opcode numeric code for operation, corresponding to the opcode values listed below and the bytecode values in the Opcode
pickletools.genops(pickle) Provides an iterator over all of the opcodes in a pickle,
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
tokenize.open(filename) Open a file in read only mode using the encoding detected by detect_encoding().
Function.lineno The line number of the def statement within the file named by file.
compileall.compile_path(skip_curdir=True, maxlevels=0, force=False, quiet=0, legacy=False, optimize=-1) Byte-compile all the
dis.findlabels(code) Detect all offsets in the code object code which are jump targets, and return a list of these
get_symbols() Return a list of Symbol instances for names in the table.
ast.get_docstring(node, clean=True) Return the docstring of the given node (which must be a FunctionDef
ast.increment_lineno(node, n=1) Increment the line number of each node in the tree starting at node by n.
Page 10 of 15