Each module has a property method to get a list of ModuleInfo objects (information about the module, spelled out in info.yaml). Example of use:
ModuleInfo
info.yaml
... mods = self.loaded_modules for mod in mods: ...
Last updated 2 years ago