LengthOrAuto constructor

init

Initializes a new instance of the LengthOrAuto class and sets state to ‘auto’.

def __init__(self):
    ...

init

Initializes a new instance of the LengthOrAuto class and sets state to ’lenght'.

def __init__(self, length):
    ...
ParameterTypeDescription
lengthLengthThe length.

See Also