helper module
Define generic utility functions.
- get_classes(module_name, base_class)
In
module_path, get every class inheriting fromclass_type.Used by the GUI to dynamically keep track of the
Loader,ModelandPlotterthat are implemented.
- documentation_url(obj, *, url_doc_override=None, **kwargs)
Infer the link to the API documentation from object path.
If
doc_overrideis provided, will return the URL corresponding to this path instead.- Return type: