DependencyGroup

class constructs.DependencyGroup(*deps)

Bases: object

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.

Parameters:

deps (IDependable) –

Methods

add(*scopes)

Add a construct to the dependency roots.

Parameters:

scopes (IDependable) –

Return type:

None