mytoolbox.mymodule1.myClass1¶
-
class
mytoolbox.mymodule1.
myClass1
(arg1: Union[List[str], Tuple[int, int]], arg2: str)¶ Bases:
object
This is a 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
myTypeVar
in.- Returns
Get one of these out.
-
myMethod2
() → str¶ This is the second public method.
-