ping method

ping

Sets the ‘ping’ attribute of the SVG ‘a’ element, containing a list of URLs to be notified if the link is followed.

Returns

The current instance of SVGAElementBuilder for method chaining.

def ping(self, value):
    ...
ParameterTypeDescription
valuestrThe list of URLs for pingback.

See Also