Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ __contains__
Method
__contains__
src/__init__.py:17223–17224 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
17221
return
Rect.__and__(self, x).round()
17222
17223
def
__contains__(self, x):
17224
return
Rect.__contains__(self, x)
17225
17226
def
__eq__(self, r):
17227
if
not hasattr(r,
"__len__"
):
Callers
1
contains
Method · 0.95
Calls
1
__contains__
Method · 0.45
Tested by
no test coverage detected