author property

author property

Gets or sets the author. The author element contains a string with the author’s name. There may be only one author element.

Definition:

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

See Also