class documentation

class _FrozenDatasets: (source)

View In Hierarchy

Helper class to access underlying loaded datasets

Method __init__ Return a _FrozenDatasets instance from some datasets collections. Each collection could either be another _FrozenDatasets or a dictionary.
Method __setattr__ Undocumented
def __init__(self, *datasets_collections: Union[_FrozenDatasets, Dict[str, AbstractDataSet]]): (source)

Return a _FrozenDatasets instance from some datasets collections. Each collection could either be another _FrozenDatasets or a dictionary.

def __setattr__(self, key, value): (source)

Undocumented