module documentation

This module is the main module of typeinfer. The module contains a single class named TypeInference which processes files and infer types.

Class TypeInference Infer types for the modules accessible from the entrypoints with the help of a set of heuristic functions
Function process_code_with_heuristics Undocumented
def process_code_with_heuristics(node): (source)

Undocumented