Bases: myClass1
myClass1
This is the third class.
arg1 (Union[List[str], Tuple[int, int]]) – Pass a myTypeAlias in first.
Union
List
str
Tuple
int
myTypeAlias
arg2 (str) – Pass a string in second.
Methods
myMethod1
This is the first public method.
myMethod2
This is the second public method.
Attributes
myAttribute
This is a public attribute.
This class is callable.
arg (int) – Pass one of these in.
Get one of these out.
arg (TypeVar(T, bound= int)) – Pass a myTypeVar in.
TypeVar
T
myTypeVar