-
class graphicle.data.MaskAggOp(enum.Enum)[source]
An enumeration.
Public members
-
AND =
'and'[source]
-
OR =
'or'[source]
-
NONE =
'none'[source]
-
name[source]
The name of the Enum member.
-
value[source]
The value of the Enum member.
Last update:
Jun 27, 2025