refresh_on_load الملكية
refresh_on_load الملكية
صحيح إذا كان يجب تحديث هذا الاتصال عند فتح الملف ؛ خلاف ذلك ، خطأ.
تعريف:
@property
def refresh_on_load(self):
...
@refresh_on_load.setter
def refresh_on_load(self, value):
...
صحيح إذا كان يجب تحديث هذا الاتصال عند فتح الملف ؛ خلاف ذلك ، خطأ.
@property
def refresh_on_load(self):
...
@refresh_on_load.setter
def refresh_on_load(self, value):
...