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

Function get_options

xarray/core/options.py:409–418  ·  view source on GitHub ↗

Get options for xarray. See Also -------- set_options

()

Source from the content-addressed store, hash-verified

407
408
409def get_options():
410 """
411 Get options for xarray.
412
413 See Also
414 --------
415 set_options
416
417 """
418 return FrozenDict(OPTIONS)

Callers

nothing calls this directly

Calls 1

FrozenDictFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…