<< Python operators | Python engine | pyenv >> |
pyargs |
pa = pyargs(Name, Value) |
a string, or row characters array
variable value
pyargs object.
pyargs(Name, Value, ...) generates one or multiple keyword arguments for Python functions.
In Python, a keyword argument is a value associated with an identifier.
Ensure to position pyargs as the last input argument when calling a Python function.
pa = pyargs('A', 1)
Version | Description |
---|---|
1.3.0 | initial version |
Allan CORNET