Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ quad
Method
quad
src/__init__.py:14782–14784 ·
view source on GitHub ↗
Return Quad version of rectangle.
(self)
Source
from the content-addressed store, hash-verified
14780
14781
@property
14782
def
quad(self):
14783
""
"Return Quad version of rectangle."
""
14784
return
Quad(self.tl, self.tr, self.bl, self.br)
14785
14786
def
round(self):
14787
""
"Return the IRect."
""
Callers
nothing calls this directly
Calls
1
Quad
Class · 0.85
Tested by
no test coverage detected