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

Method compute

hvplot/dask.py:15–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 return False
14
15 def compute(self):
16 self._method = 'compute'
17 return self.__call__()
18
19
20def patch(name='hvplot', interactive='interactive', extension='bokeh', logo=False):

Callers 5

histMethod · 0.80
color_seriesMethod · 0.80
size_seriesMethod · 0.80

Calls 1

__call__Method · 0.45

Tested by 4

color_seriesMethod · 0.64
size_seriesMethod · 0.64