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

Function set_missing_parameters

xarray/backends/plugins.py:81–87  ·  view source on GitHub ↗
(
    backend_entrypoints: dict[str, type[BackendEntrypoint]],
)

Source from the content-addressed store, hash-verified

79
80
81def set_missing_parameters(
82 backend_entrypoints: dict[str, type[BackendEntrypoint]],
83) -> None:
84 for backend in backend_entrypoints.values():
85 if backend.open_dataset_parameters is None:
86 open_dataset = backend.open_dataset
87 backend.open_dataset_parameters = detect_parameters(open_dataset)
88
89
90def sort_backends(

Callers 2

build_enginesFunction · 0.85
get_backendFunction · 0.85

Calls 2

detect_parametersFunction · 0.85
valuesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…