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

Method __add__

src/__init__.py:17217–17218  ·  view source on GitHub ↗
(self, p)

Source from the content-addressed store, hash-verified

17215 """
17216
17217 def __add__(self, p):
17218 return Rect.__add__(self, p).round()
17219
17220 def __and__(self, x):
17221 return Rect.__and__(self, x).round()

Callers

nothing calls this directly

Calls 2

roundMethod · 0.80
__add__Method · 0.45

Tested by

no test coverage detected