RenditionClass constructor

init

Initializes a new instance of the RenditionClass class.

def __init__(self):
    ...

init

Initializes a new instance of the RenditionClass class.

def __init__(self, token, value):
    ...
ParameterTypeDescription
tokenstrThe token.
valuestrThe value.

See Also