flag1 property

flag1 property

The Flag1

Definition:

@property
def flag1(self):
    ...
@flag1.setter
def flag1(self, value):
    ...

See Also