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

Method _invalidate_current

hvplot/interactive.py:365–366  ·  view source on GitHub ↗
(self, *events)

Source from the content-addressed store, hash-verified

363 params[0].owner.param.watch(self._invalidate_current, [p.name for p in params])
364
365 def _invalidate_current(self, *events):
366 self._dirty = True
367
368 def _update_obj(self, *args):
369 self._obj = self._fn.eval(self._fn.object)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected