author fastighet
author fastighet
Hämtar eller ställer in namnet på dokumentets author.
Definition:
@property
def author(self):
...
@author.setter
def author(self, value):
...
Hämtar eller ställer in namnet på dokumentets author.
@property
def author(self):
...
@author.setter
def author(self, value):
...