PythonScript Xojo Plugin

PythonScript.Finalize Method

Call this method to clean up resources that the Python engine used. Your application should normally call this when it shuts down if it has used Python.

shared Finalize()

Parameters

Remarks

Its good to call PythonScript.Init in your App.Open event and PythonScript.Finalize in your App.Close event.

See Also

PythonScript Class