get_name() Return the symbol’s name.
class dis.Bytecode(x, *, first_line=None, current_offset=None) Analyse the bytecode corresponding to a function, generator,
Class.methods A dictionary mapping method names to line numbers.
get_globals() Return a tuple containing names of globals in this function.
Class.module The name of the module defining the class described by the class descriptor.
class symtable.Class A namespace of a class. This class inherits SymbolTable.
pickletools.dis(pickle, out=None, memo=None, indentlevel=4, annotate=0) Outputs a symbolic disassembly of the pickle to the file-like object out, defaulting
ast.parse(source, filename='', mode='exec') Parse the source into an AST node. Equivalent to compile(source, filename
dis() Return a formatted view of the bytecode operations (the same as printed by dis.dis(), but returned as a multi-line
class dis.Instruction Details for a bytecode operation opcode
Page 8 of 15