dis() Return a formatted view of the bytecode operations (the same as printed by dis.dis(), but returned as a multi-line
visit(node) Visit a node. The default implementation calls the method called self.visit_classname where
get_name() Return the symbol’s name.
Class.module The name of the module defining the class described by the class descriptor.
get_globals() Return a tuple containing names of globals in this function.
is_imported() Return True if the symbol is created from an import statement.
tokenize.untokenize(iterable) Converts tokens back into Python source code. The iterable must return sequences with
is_free() Return True if the symbol is referenced in its block, but not assigned to.
class dis.Bytecode(x, *, first_line=None, current_offset=None) Analyse the bytecode corresponding to a function, generator,
class symtable.Class A namespace of a class. This class inherits SymbolTable.
Page 8 of 15