Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/holoviz/hvplot
/ __neg__
Method
__neg__
hvplot/interactive.py:595–596 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
593
594
# Unary operators
595
def
__neg__(self):
596
return
self._apply_operator(operator.neg)
597
598
def
__not__(self):
599
return
self._apply_operator(operator.not_)
Callers
nothing calls this directly
Calls
1
_apply_operator
Method · 0.95
Tested by
no test coverage detected