bitflags property

bitflags property

Gets or sets the bitflags.

Definition:

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

See Also