PythonScript Xojo Plugin

PythonInstance.GetFunction Method (console safe)

Gets a function by name from to execute from the class instance.

GetFunction(
   name as String) as PythonFunction

Parameters

name
Name of the function to get.

Returns

PythonFunction
PythonFunction or nil if function was not found.

Remarks

See Also

PythonInstance Class