PythonXojoModule.Constructor Constructor (console safe)
A Constructor that constructs PythonXojoModule 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
PythonXojoModule Class