class documentation

Base class to inherit to implement the loader system

Method load Loads data into an instance by delegating to Loader methods based on the input's type
Class Variable loaders Undocumented
def load(self, data): (source)

Loads data into an instance by delegating to Loader methods based on the input's type

Parameters
dataAny type which the instance might accept

Undocumented