Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pymupdf/PyMuPDF
/ __getitem__
Method
__getitem__
src/__init__.py:2874–2875 ·
view source on GitHub ↗
(self, i: int = 0)
Source
from the content-addressed store, hash-verified
2872
2873
@typing.overload
2874
def
__getitem__(self, i: int = 0) -> Page:
2875
...
2876
2877
if
sys.version_info >= (3, 9):
2878
@typing.overload
Callers
nothing calls this directly
Calls
1
load_page
Method · 0.95
Tested by
no test coverage detected