pyargs
Change default environment of Python interpreter.
📝Syntax
pyargs
pa = pyargs(Name, Value)
📥Input Arguments
Parameter Description
Name a string, or row characters array
Value variable value
📤Output Arguments
Parameter Description
pa pyargs object.
📄Description

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.

💡Examples
pa = pyargs('A', 1)
🔗See Also
pyrun
🕔Version History
Version Description
1.3.0 initial version
Edit this page on GitHub