PythonScript.RegisterXojoModule Method
Registers a Xojo module to expose to python.
Parameters
- xojoModule
- The Xojo module to expose to Python.
Remarks
You should normally call this in your App.Open even right after PythonScript.Init
See Also
PythonScript Class