concepts.pdsketch.parsers.pdsketch_v3_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[ValueOutputExpression | ListExpansionExpression | VariableExpression | bool | int | float | complex | str, ...]) –

Return type:

None

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