concepts.dm.crow.parsers.cdl_symbolic_execution.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, ...]#