concepts.dm.crow.parsers.cdl_parser.ArgumentsList#

class ArgumentsList[source]#

Bases: object

A list of argument values. They can be variables, function calls, or other expressions.

Methods

Attributes

__init__(arguments)#
Parameters:

arguments (Tuple[Suite | ValueOutputExpression | ListExpansionExpression | VariableExpression | bool | int | float | complex | str, ...])

Return type:

None

__new__(**kwargs)#
arguments: Tuple[Suite | ValueOutputExpression | ListExpansionExpression | VariableExpression | bool | int | float | complex | str, ...]#