Python3Script Xojo Plugin |
|
Python3Function.Invoke Method
Invokes a Python function.
Parameters
- parameters
- Parameter block or nil. If sending nil then the function is called with no parameters.
Returns
- Python3Result
- The result of the function as instance of Python3Result
Remarks
See Also
Python3Function Class