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

Function is_full_slice

xarray/core/utils.py:361–362  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

359
360
361def is_full_slice(value: Any) -> bool:
362 return isinstance(value, slice) and value == slice(None)
363
364
365def is_list_like(value: Any) -> TypeGuard[list | tuple]:

Callers 2

_index_indexer_1dFunction · 0.90
reindex_variablesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…