Bases: ABC
Abstract class for a data info listing which is used in the GenericDataSet
Functions
list
abstractmethod
List all data infos for the given data description
Source code in niceml/data/datainfolistings/datainfolisting.py
| @abstractmethod
def list(self, data_description: DataDescription) -> List[DataInfo]:
"""List all data infos for the given data description"""
|