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

Function _check_phony_dims

xarray/backends/h5netcdf_.py:458–463  ·  view source on GitHub ↗
(phony_dims)

Source from the content-addressed store, hash-verified

456
457
458def _check_phony_dims(phony_dims):
459 emit_phony_dims_warning = False
460 if phony_dims is None:
461 emit_phony_dims_warning = True
462 phony_dims = "access"
463 return emit_phony_dims_warning, phony_dims
464
465
466def _emit_phony_dims_warning():

Callers 2

open_datasetMethod · 0.85
open_groups_as_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…