author property

author property

Gets or sets the author. This value is represented by the AUT field.

Definition:

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

See Also