MCPcopy Create free account
hub / github.com/holoviz/hvplot / applies

Method applies

hvplot/xarray.py:10–11  ·  view source on GitHub ↗
(cls, obj)

Source from the content-addressed store, hash-verified

8class XArrayInteractive(Interactive):
9 @classmethod
10 def applies(cls, obj):
11 return isinstance(obj, (xr.DataArray, xr.Dataset))
12
13 def sel(self, **kwargs):
14 processed = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected