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

Method __mul__

src/__init__.py:17243–17244  ·  view source on GitHub ↗
(self, m)

Source from the content-addressed store, hash-verified

17241 return 4
17242
17243 def __mul__(self, m):
17244 return Rect.__mul__(self, m).round()
17245
17246 def __neg__(self):
17247 return IRect(-self.x0, -self.y0, -self.x1, -self.y1)

Callers

nothing calls this directly

Calls 2

roundMethod · 0.80
__mul__Method · 0.45

Tested by

no test coverage detected