dacapo.experiments.arraytypes.mask

Module Contents

Classes

Mask

A class that inherits the ArrayType class. This is a representation of a Mask in the system.

class dacapo.experiments.arraytypes.mask.Mask

A class that inherits the ArrayType class. This is a representation of a Mask in the system.

interpolatable():

It is a method that returns False.

property interpolatable: bool

Method to return False.

Returns:

Returns a boolean value of False representing that the values are not interpolatable.

Return type:

bool