last_author property

last_author property

Gets or sets the last author.

Definition:

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

See Also