Bases: object
A class for managing plugin modules.
Iterate over the results of calling a function on every module.
Bases: object
A class for managing plugin mappings.
Iterate over the mappings from all modules in the plugin manager.
Mappings are returned as a list of (key, value) tuples.
Return the mapping specified in the given module.
If no such mapping is specified, an empty dictionary is returned.