concepts.dm.crow.controller.CrowControllerApplicationExpression#

class CrowControllerApplicationExpression[source]#

Bases: object

Methods

Attributes

controller

The controller to be applied.

arguments

The arguments of the controller application.

__init__(controller, arguments)[source]#
Parameters:
__new__(**kwargs)#
arguments: Tuple[ObjectOrValueOutputExpression, ...]#

The arguments of the controller application.

controller: CrowController#

The controller to be applied.