CSSValueList constructor

init

Initializes a new instance of the CSSValueList class.

def __init__(self):
    ...

init

Constructs a new instance of CSSValueList

def __init__(self, values):
    ...
ParameterTypeDescription
valueslist

init

Initializes a new instance of the CSSValueList class.

def __init__(self, values):
    ...
ParameterTypeDescription
valueslistThe values.

See Also