hexrd.module_map module
- class hexrd.module_map.ModuleSpecWithParent(name, loader, *, origin=None, parent=None, is_package=False)[source]
Bases:
ModuleSpec- property parent
The name of the module’s parent.
- hexrd.module_map.get(alias: str) ModuleAlias | str | None[source]
Returns the the module or an alias to it if it exists.