flag2 property

flag2 property

The Flag2

Definition:

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

See Also