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

Method __not__

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

Source from the content-addressed store, hash-verified

596 return self._apply_operator(operator.neg)
597
598 def __not__(self):
599 return self._apply_operator(operator.not_)
600
601 def __invert__(self):
602 return self._apply_operator(operator.inv)

Callers

nothing calls this directly

Calls 1

_apply_operatorMethod · 0.95

Tested by

no test coverage detected