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

Method __array_ufunc__

hvplot/interactive.py:572–577  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

570 # ----------------------------------------------------------------
571
572 def __array_ufunc__(self, *args, **kwargs):
573 # TODO: How to trigger this method?
574 new = self._resolve_accessor()
575 transform = new._transform
576 transform = args[0](transform, *args[3:], **kwargs)
577 return new._clone(transform)
578
579 def _apply_operator(self, operator, *args, reverse=False, **kwargs):
580 new = self._resolve_accessor()

Callers

nothing calls this directly

Calls 2

_resolve_accessorMethod · 0.95
_cloneMethod · 0.80

Tested by

no test coverage detected