pyargs
pa = pyargs(Name, Value)
| Parameter | Description |
|---|---|
| Name | a string, or row characters array |
| Value | variable value |
| Parameter | Description |
|---|---|
| pa | 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 |