(self, *events)
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected