4.1.7 pde.backends.registry module
Defines base class of backends that implement computations.
- class BackendRegistry[source]
Bases:
objectClass handling all backends and their configurations.
- add(backend)[source]
Add a loaded backend object.
This object can replace a previously registered python package.
- Parameters:
backend (
BackendBase) – Implementation of the backend- Return type:
None