MaskValue#
- class biotite.structure.io.pdbx.MaskValue(*values)[source]#
Bases:
IntEnumThis enum type represents the possible values of a mask array.
PRESENT : A value is present.
INAPPLICABLE : For this row no value is applicable or inappropriate (
.in CIF). In some cases it may also refer to a default value for the respective column.MISSING : For this row the value is missing or unknown (
?in CIF).
- PRESENT = 0#
- INAPPLICABLE = 1#
- MISSING = 2#