is_consecutive عقار
is_consecutive عقار
علم يشير إلى ما إذا كان ينبغي التعامل مع الفواصل المتتالية كفاصل واحد فقط.
تعريف:
@property
def is_consecutive(self):
...
@is_consecutive.setter
def is_consecutive(self, value):
...
علم يشير إلى ما إذا كان ينبغي التعامل مع الفواصل المتتالية كفاصل واحد فقط.
@property
def is_consecutive(self):
...
@is_consecutive.setter
def is_consecutive(self, value):
...