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

Method __and__

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

Source from the content-addressed store, hash-verified

17218 return Rect.__add__(self, p).round()
17219
17220 def __and__(self, x):
17221 return Rect.__and__(self, x).round()
17222
17223 def __contains__(self, x):
17224 return Rect.__contains__(self, x)

Callers

nothing calls this directly

Calls 2

roundMethod · 0.80
__and__Method · 0.45

Tested by

no test coverage detected