set_link method

set_link

Change the name and the namespace URI of the smart tag.

def set_link(self, uri, name):
    ...
ParameterTypeDescription
uristrThe namespace URI of the smart tag.
namestrThe name of the smart tag.

See Also