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

Method __truediv__

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

Source from the content-addressed store, hash-verified

17269 return Rect.__sub__(self, p).round()
17270
17271 def __truediv__(self, m):
17272 return Rect.__truediv__(self, m).round()
17273
17274 @property
17275 def bottom_left(self):

Callers

nothing calls this directly

Calls 2

roundMethod · 0.80
__truediv__Method · 0.45

Tested by

no test coverage detected