Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ __exit__
Method
__exit__
mypy/moduleinspect.py:183–184 ·
view source on GitHub ↗
(self, *args: object)
Source
from the content-addressed store, hash-verified
181
return
self
182
183
def
__exit__(self, *args: object) -> None:
184
self.close()
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected