PythonScript Xojo Plugin

PythonXojoClass.Constructor Constructor (console safe)

Constructor that takes name and method count

Constructor(
   name as String,
   methodCount as UInt32)

Parameters

name
name of the class as Python should see it
methodCount
Number of methods that should be in the class.

Remarks

See Also

PythonXojoClass Class