mytoolbox.mysubpackage.mymodule3.myClass3¶
-
class
myClass3(arg1, arg2)[source]¶ Bases:
mytoolbox.mymodule1.myClass1This is the third 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.