small_change عقار
small_change عقار
يحصل على المبلغ الذي تتغير به خاصية الموضع ويحدده
تعريف:
@property
def small_change(self):
...
@small_change.setter
def small_change(self, value):
...
يحصل على المبلغ الذي تتغير به خاصية الموضع ويحدده
@property
def small_change(self):
...
@small_change.setter
def small_change(self, value):
...