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, graph): (source)

Undocumented

Parameters
manager:BuildManagerUndocumented
graph:GraphUndocumented
errors: List[str] = (source)

Undocumented

files = (source)

Undocumented

graph = (source)

Undocumented

manager = (source)

Undocumented

types = (source)

Undocumented

used_cache = (source)

Undocumented