Portion constructor

init

Initializes a new instance of the Portion class.

def __init__(self):
    ...

init

Initializes a new instance of the Portion class.

def __init__(self, str):
    ...
ParameterTypeDescription
strstr

init

Initializes a new instance of the Portion class.

def __init__(self, portion):
    ...
ParameterTypeDescription
portionPortion

See Also