MCPcopy
hub / github.com/pydata/xarray / _get_keep_attrs

Function _get_keep_attrs

xarray/core/options.py:196–197  ·  view source on GitHub ↗
(default: bool)

Source from the content-addressed store, hash-verified

194
195
196def _get_keep_attrs(default: bool) -> bool:
197 return _get_boolean_with_default("keep_attrs", default)
198
199
200class set_options:

Callers 15

reduceMethod · 0.90
mapMethod · 0.90
_unary_opMethod · 0.90
_binary_opMethod · 0.90
quantileMethod · 0.90
rankMethod · 0.90
padMethod · 0.90
mapMethod · 0.90
interp_naFunction · 0.90
clipMethod · 0.90
isnullMethod · 0.90
notnullMethod · 0.90

Calls 1

Tested by 1

test_keep_attrsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…