authors property

authors property

List of Authors.

Definition:

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

See Also