core
uzi.graph.core
¶
Graph
¶
Bases: ReadonlyDict[_T_BindKey, _T_Node]
An isolated dependency resolution graph
for a given container.
Assembles the dependency graphs of dependencies registered in their container.
Attributes:
Name | Type | Description |
---|---|---|
container |
Container
|
The container who's graph we are creating |
parent |
Graph
|
The parent graph. Defaults to None |
Parameters:
Name | Type | Description | Default |
---|---|---|---|
container |
Container
|
The container who's graph we are creating |
required |
parent |
Graph
|
The parent graph. Defaults to NullGraph |
None
|