Python3Script Xojo Plugin |
|
Python3Script.GetModule Method
Gets a python module, looking for it at Pythons default path and custom paths.
Parameters
- name
- Name of the module to get.
Returns
- Python3Module
- The module or nil if unable to load the module.
Remarks
See Also
Python3Script Class