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

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

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

class symtable.Class A namespace of a class. This class inherits SymbolTable.

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

Class.module The name of the module defining the class described by the class descriptor.

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

tokenize.untokenize(iterable) Converts tokens back into Python source code. The iterable must return sequences with

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

ast.parse(source, filename='', mode='exec') Parse the source into an AST node. Equivalent to compile(source, filename

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

ast.iter_fields(node) Yield a tuple of (fieldname, value) for each field in node._fields that is present

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

get_globals() Return a tuple containing names of globals in this function.

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

visit(node) Visit a node. The default implementation calls the method called self.visit_classname where

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

is_imported() Return True if the symbol is created from an import statement.

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

Class.methods A dictionary mapping method names to line numbers.

2025-01-10 15:47:30