4.1.8 pde.backends.registry module
Defines the registry for managing backends.
Class handling all backends and their configurations. |
- class BackendRegistry[source]
Bases:
objectClass handling all backends and their configurations.
- add(backend, *, link_config=True)[source]
Add a loaded backend object.
This object can replace a previously registered python package.
- Parameters:
backend (
BackendBase) – Implementation of the backendlink_config (bool) – If True, the configuration of backend is linked with the global configuration, so that both show consistent values
- Return type:
None