DataHandler

Defines a general data loader class that we can use for AtomData and any other data classes we might find useful

Properties and Methods

 

__init__(self, data_name, data_key=None, source_key=None, data_dir=None, data_pkg=None, alternate_keys=None, getter=None): 

 

@property
data_file(self): 

 

load(self): 

 

@property
data(self): 

 

@property
source(self): 

 

__getitem__(self, key): 

 

__len__(self): 

 

__iter__(self): 

Examples


Edit Examples or Create New Examples
Edit Template or Create New Template
Edit Docstrings