Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ __mul__
Method
__mul__
src/__init__.py:14401–14404 ·
view source on GitHub ↗
(self, m)
Source
from the content-addressed store, hash-verified
14399
return
4
14400
14401
def
__mul__(self, m):
14402
q = Quad(self)
14403
q = q.transform(m)
14404
return
q
14405
14406
def
__neg__(self):
14407
return
Quad(-self.ul, -self.ur, -self.ll, -self.lr)
Callers
1
__mul__
Method · 0.45
Calls
2
transform
Method · 0.95
Quad
Class · 0.85
Tested by
no test coverage detected