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

Function FrozenDict

xarray/core/utils.py:521–522  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

519
520
521def FrozenDict(*args, **kwargs) -> Frozen:
522 return Frozen(dict(*args, **kwargs))
523
524
525class FrozenMappingWarningOnValuesAccess(Frozen[K, V]):

Callers 13

get_optionsFunction · 0.90
get_variablesMethod · 0.90
get_variablesMethod · 0.90
get_attrsMethod · 0.90
get_dimensionsMethod · 0.90
get_parent_dimensionsMethod · 0.90
loadMethod · 0.90
get_variablesMethod · 0.90
get_attrsMethod · 0.90
get_dimensionsMethod · 0.90
get_parent_dimensionsMethod · 0.90
get_variablesMethod · 0.90

Calls 1

FrozenClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…