nourish.loaders.Loader¶
-
class
nourish.loaders.Loader¶ Bases:
abc.ABCBase class of all loaders.
Methods
check_path(path)Check if the given path is a valid path to the file to be loaded.
load(path, options)Loads from a given path or a dict of path configurations.