MCPcopy 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
intersectMethod · 0.80
transformMethod · 0.80

Calls 2

IRectClass · 0.85
util_round_rectFunction · 0.85

Tested by

no test coverage detected