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

Method evaluate_inner

hvplot/interactive.py:373–377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371 @property
372 def _callback(self):
373 def evaluate_inner():
374 obj = self.eval()
375 if isinstance(obj, pd.DataFrame):
376 return pn.pane.DataFrame(obj, max_rows=self._max_rows, **self._kwargs)
377 return obj
378
379 params = self._params
380 if params:

Callers

nothing calls this directly

Calls 1

evalMethod · 0.95

Tested by

no test coverage detected