Loc constructor

Loc(href, label)

Initializes a new instance of Loc class.

def __init__(self, href, label):
    ...
ParameterTypeDescription
hrefstrThe href URI.
labelstrThe label.

See Also