mytoolbox.mysubpackage.mysubsubpackage.mymodule4.myClass4¶
- class myClass4(arg1, arg2)[source]¶
Bases:
mytoolbox.mymodule1.myClass1This is the fourth 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.