Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ __exit__
Method
__exit__
src/__init__.py:8139–8140 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
8137
return
self
8138
8139
def
__exit__(self, *args):
8140
self.close()
8141
8142
def
__init__(self, path, options=
''
):
8143
if
isinstance( path, str):
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected