DataListElement constructor

init

Initializes a new instance of the DataListElement class.

def __init__(self, element):
    ...
ParameterTypeDescription
elementHTMLDataListElementThe element.

See Also