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

Method _update_obj

hvplot/interactive.py:368–369  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

366 self._dirty = True
367
368 def _update_obj(self, *args):
369 self._obj = self._fn.eval(self._fn.object)
370
371 @property
372 def _callback(self):

Callers

nothing calls this directly

Calls 1

evalMethod · 0.80

Tested by

no test coverage detected