Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
521
def
FrozenDict(*args, **kwargs) -> Frozen:
522
return
Frozen(dict(*args, **kwargs))
523
524
525
class
FrozenMappingWarningOnValuesAccess(Frozen[K, V]):
Callers
13
get_options
Function · 0.90
get_variables
Method · 0.90
get_variables
Method · 0.90
get_attrs
Method · 0.90
get_dimensions
Method · 0.90
get_parent_dimensions
Method · 0.90
load
Method · 0.90
get_variables
Method · 0.90
get_attrs
Method · 0.90
get_dimensions
Method · 0.90
get_parent_dimensions
Method · 0.90
get_variables
Method · 0.90
Calls
1
Frozen
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…