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

Method _current

hvplot/interactive.py:313–316  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

311
312 @property
313 def _current(self):
314 if self._dirty:
315 self.eval()
316 return self._current_
317
318 @property
319 def _fn_params(self):

Callers

nothing calls this directly

Calls 1

evalMethod · 0.95

Tested by

no test coverage detected