Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ round
Method
round
src/__init__.py:14786–14788 ·
view source on GitHub ↗
Return the IRect.
(self)
Source
from the content-addressed store, hash-verified
14784
return
Quad(self.tl, self.tr, self.bl, self.br)
14785
14786
def
round(self):
14787
""
"Return the IRect."
""
14788
return
IRect(util_round_rect(self))
14789
14790
@property
14791
def
top_left(self):
Callers
8
__add__
Method · 0.80
__and__
Method · 0.80
__mul__
Method · 0.80
__or__
Method · 0.80
__sub__
Method · 0.80
__truediv__
Method · 0.80
intersect
Method · 0.80
transform
Method · 0.80
Calls
2
IRect
Class · 0.85
util_round_rect
Function · 0.85
Tested by
no test coverage detected