author_website property

author_website property

Gets or sets the author website. Contains a URI reference to author’s website. This element has no attributes. There may be only one author website.

Definition:

@property
def author_website(self):
    ...
@author_website.setter
def author_website(self, value):
    ...

See Also