πGetting the list of loaded modules
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:
...
mods = self.loaded_modules
for mod in mods:
...
Last updated