Returns the list of available backend implementations.
()
| 205 | |
| 206 | |
| 207 | def get_available_backend_implementations(): |
| 208 | """Returns the list of available backend implementations.""" |
| 209 | return _BACKEND_IMPLEMENTATIONS |
| 210 | |
| 211 | |
| 212 | def get_backend(*args): |