Refreshes the backend engines based on installed packages.
()
| 132 | |
| 133 | |
| 134 | def refresh_engines() -> None: |
| 135 | """Refreshes the backend engines based on installed packages.""" |
| 136 | list_engines.cache_clear() |
| 137 | |
| 138 | |
| 139 | def guess_engine( |
no outgoing calls
searching dependent graphs…