type عقار
type عقار
يحصل على الربط type ويقوم بتعيينه.
تعريف:
@property
def type(self):
...
@type.setter
def type(self, value):
...
يحصل على الربط type ويقوم بتعيينه.
@property
def type(self):
...
@type.setter
def type(self, value):
...