MCPcopy Index your code
hub / github.com/pydata/xarray / refresh_engines

Function refresh_engines

xarray/backends/plugins.py:134–136  ·  view source on GitHub ↗

Refreshes the backend engines based on installed packages.

()

Source from the content-addressed store, hash-verified

132
133
134def refresh_engines() -> None:
135 """Refreshes the backend engines based on installed packages."""
136 list_engines.cache_clear()
137
138
139def guess_engine(

Callers 1

test_refresh_enginesFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_refresh_enginesFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…