Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ __pos__
Method
__pos__
src/__init__.py:17252–17253 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
17250
return
Rect.__or__(self, x).round()
17251
17252
def
__pos__(self):
17253
return
IRect(self)
17254
17255
def
__repr__(self):
17256
return
"IRect"
+ str(tuple(self))
Callers
nothing calls this directly
Calls
1
IRect
Class · 0.85
Tested by
no test coverage detected