Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ __neg__
Method
__neg__
src/__init__.py:14406–14407 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14404
return
q
14405
14406
def
__neg__(self):
14407
return
Quad(-self.ul, -self.ur, -self.ll, -self.lr)
14408
14409
def
__nonzero__(self):
14410
return
not self.is_empty
Callers
nothing calls this directly
Calls
1
Quad
Class · 0.85
Tested by
no test coverage detected