MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / __or__

Method __or__

src/__init__.py:17249–17250  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

17247 return IRect(-self.x0, -self.y0, -self.x1, -self.y1)
17248
17249 def __or__(self, x):
17250 return Rect.__or__(self, x).round()
17251
17252 def __pos__(self):
17253 return IRect(self)

Callers

nothing calls this directly

Calls 2

roundMethod · 0.80
__or__Method · 0.45

Tested by

no test coverage detected