Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ __sub__
Method
__sub__
src/__init__.py:17268–17269 ·
view source on GitHub ↗
(self, p)
Source
from the content-addressed store, hash-verified
17266
return
None
17267
17268
def
__sub__(self, p):
17269
return
Rect.__sub__(self, p).round()
17270
17271
def
__truediv__(self, m):
17272
return
Rect.__truediv__(self, m).round()
Callers
nothing calls this directly
Calls
2
round
Method · 0.80
__sub__
Method · 0.45
Tested by
no test coverage detected