href method

href

Sets the ‘href’ attribute of the SVG ‘script’ element, specifying the URL of an external script file.

Returns

The current instance of SVGScriptElementBuilder for method chaining.

def href(self, value):
    ...
ParameterTypeDescription
valuestrThe URL of the external script file.

See Also