mytoolbox.mysubpackage.mysubsubpackage.mymodule4.myClass4

class mytoolbox.mysubpackage.mysubsubpackage.mymodule4.myClass4(arg1: Union[List[str], Tuple[int, int]], arg2: str)

Bases: mytoolbox.mymodule1.myClass1

This is the fourth class.

Methods

myMethod1

This is the first public method.

myMethod2

This is the second public method.

Attributes

myAttribute

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.