-
class graphicle.base.MaskBase(abc.ABC)[source]
Public members
-
abstract property data : ndarray[Any, dtype[bool_]][source]
-
abstract copy() → MaskBase[source]
-
abstract __array__() → ndarray[Any, dtype[Any]][source]
Numpy array representation of the data.
-
abstract __getitem__(key) → MaskBase[source]
-
abstract __or__(other) → MaskBase[source]
Return self|value.
-
abstract __eq__(other) → MaskBase[source]
Return self==value.
Last update:
Jun 27, 2025