DependencyGroup

class constructs.DependencyGroup(*deps)

Bases: object

(experimental) A set of constructs to be used as a dependable.

This class can be used when a set of constructs which are disjoint in the construct tree needs to be combined to be used as a single dependable.

Stability:

experimental

Parameters:

deps (IDependable) –

Stability:

experimental

Methods

add(*scopes)

(experimental) Add a construct to the dependency roots.

Parameters:

scopes (IDependable) –

Stability:

experimental

Return type:

None