author عقار
author عقار
يحصل على اسم المستند author أو يعينه.
تعريف:
@property
def author(self):
...
@author.setter
def author(self, value):
...
يحصل على اسم المستند author أو يعينه.
@property
def author(self):
...
@author.setter
def author(self, value):
...