class documentation

class BuildResult: (source)

View In Hierarchy

The result of a successful build. Attributes: manager: The build manager. files: Dictionary from module name to related AST node. types: Dictionary from parse tree node to its inferred type. used_cache: Whether the build took advantage of a pre-existing cache errors: List of error messages.

Method __init__ Undocumented
Instance Variable errors Undocumented
Instance Variable files Undocumented
Instance Variable graph Undocumented
Instance Variable manager Undocumented
Instance Variable types Undocumented
Instance Variable used_cache Undocumented
def __init__(self, manager: BuildManager, graph: Graph): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

used_cache = (source)

Undocumented