nourish.loaders.FormatLoaderMap¶
-
class
nourish.loaders.FormatLoaderMap(m=None)¶ Bases:
objectManage a map between formats and loaders. This is usually used to determine which loader should be used for a given format.
- Parameters
m – A dict that maps formats to loaders.
Methods
register_loader(fmt, loader)Register a loader.