concepts.dm.crow.generator.CrowGeneratorApplicationExpression#

class CrowGeneratorApplicationExpression[source]#

Bases: object

Methods

Attributes

generator

The generator to be applied.

arguments

The arguments to be passed to the generator.

outputs

The output variables of the generator application.

__init__(generator, arguments, outputs=None)[source]#
Parameters:
__new__(**kwargs)#
arguments: Tuple[ObjectOrValueOutputExpression, ...]#

The arguments to be passed to the generator.

generator: CrowGeneratorBase#

The generator to be applied.

outputs: Tuple[Variable, ...] | None#

The output variables of the generator application.