concepts.dm.crow.parsers.crow_parser.ArgumentsList#

class ArgumentsList[source]#

Bases: object

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

Methods

Attributes

arguments

__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, ...]#