mytoolbox.mymodule2.myClass2¶
- class myClass2(arg1, arg2)[source]¶
Bases:
myClass1Derived class showing members from base class.
- Parameters
Methods
This is the first public method.
This is the second public method.
Attributes
This is a public attribute.
- __call__(arg)¶
This class is callable.
- myMethod1(arg)¶
This is the first public method.