href method

href

Sets the href attribute of the use element, specifying the URL of the element to be reused.

Returns

The current SVGUseElementBuilder instance.

def href(self, value):
    ...
ParameterTypeDescription
valuestrThe URL of the element to reference and reuse.

See Also