woob.core.backendscfg
¶
- class BackendsConfig(confpath)[source]¶
Bases:
object
Config of backends.
A backend is an instance of a module with a config. A module can therefore have multiple backend instances.
- Parameters:
confpath (str) – path to the backends config file
- iter_backends()[source]¶
Iter on all saved backends.
An item is a tuple with backend name, module name, and params dict.