Dependency
- class constructs.Dependency(*, source, target)
Bases:
objectA single dependency.
- Parameters:
source (
IConstruct) – Source the dependency.target (
IConstruct) – Target of the dependency.
Attributes
- source
Source the dependency.
- target
Target of the dependency.