backend.data.Data

class backend.data.Data
abstract get_settings_params()

Returns only the settings-related params; not the data

abstract static concatenate(*data_objects)

Concatenate the data from the given objects into one. The settings from the first data object are used.

abstract slice(start=None, end=None, bools=None)

Returns a new data object created from slicing the current data from start to end, or using the bools list of indices

abstract clear_data()

Clear the data while leaving settings unchanged

copy_settings()

Return of copy of this data object with only the settings (no data)