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