cf.Flags¶
-
class
cf.
Flags
(**kwargs)[source]¶ Bases:
object
Self-describing CF flag values.
Stores the flag_values, flag_meanings and flag_masks CF attributes in an internally consistent manner.
Initialization
- Parameters
- flag_valuesoptional
The flag_values CF property. Sets the
flag_values
attribute.- flag_meaningsoptional
The flag_meanings CF property. Sets the
flag_meanings
attribute.- flag_masksoptional
The flag_masks CF property. Sets the
flag_masks
attribute.
Inspection¶
Attributes
The flag_masks CF attribute. |
|
The flag_meanings CF attribute. |
|
The flag_values CF attribute. |
|
Inspect the object for debugging. |
Miscellaneous¶
Methods
Return a deep copy. |
|
Return a string containing a full description of the instance. |
|
True if two groups of flags are logically equal, False otherwise. |
|
Sort the flags in place. |