Case constructor

Case(value)

def __init__(self, value):
    ...
ParameterTypeDescription
valueCaseValue

See Also