MCPcopy Index your code
hub / github.com/holoviz/hvplot / is_xarray_dataarray

Function is_xarray_dataarray

hvplot/util.py:638–643  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

636
637
638def is_xarray_dataarray(data):
639 if not check_library(data, 'xarray'):
640 return False
641 from xarray import DataArray
642
643 return isinstance(data, DataArray)
644
645
646def support_index(data):

Callers 3

__init__Method · 0.85
evalMethod · 0.85
_process_symmetricMethod · 0.85

Calls 1

check_libraryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…