Python3Script Xojo Plugin |
|
Python3XojoModule.Constructor Constructor
A Constructor that constructs Python3XojoModule from name and method count.

Constructor(
name
as String,
methodCount
as UInt32)
Parameters
- name
- Name of the module as Python sees it. This name does not have to be same as name of the module in Xojo and not even all of the methods need to come from same module in Xojo.
- methodCount
- Number of methods to expose to Python with this module
Remarks
See Also
Python3XojoModule Class