Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pymupdf/PyMuPDF
/ __exit__
Method
__exit__
src/__init__.py:2870–2871 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
2868
return
self
2869
2870
def
__exit__(self, *args):
2871
self.close()
2872
2873
@typing.overload
2874
def
__getitem__(self, i: int = 0) -> Page:
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected