Reference:
Functions to load MeaVis description files.
meavis.filesystem.loaders.
json2dict
Load decription from JSON.
python2dict
Load decription from python module.
yaml2dict
Load decription from YAML.
LoadDispatcher
Bases: object
object
Dispatcher to select appropriate loader.
__init__
Intialise from a mapping between string and functions.
loads
Load a MeaVis descrption file.
Dispatch by its filename (or module name), its kind (e.g. py) and a main key as description files ebedded descriptions of multiple things.