mytoolbox.mymodule2.myClass2¶
-
class
mytoolbox.mymodule2.myClass2(arg1: Union[List[str], Tuple[int, int]], arg2: str)¶ Bases:
mytoolbox.mymodule1.myClass1Derived class showing members from base class.
Methods
This is the first public method.
This is the second public method.
Attributes
This is a public attribute.
-
__call__(arg: int) → str¶ This class is callable.
- Parameters
arg – Pass one of these in.
- Returns
Get one of these out.
-
property
myAttribute¶ This is a public attribute.
-
myMethod1(arg: T) → str¶ This is the first public method.
- Parameters
arg – Pass a
myTypeVarin.- Returns
Get one of these out.
-
myMethod2() → str¶ This is the second public method.
-