MCPcopy 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

closeMethod · 0.95

Tested by

no test coverage detected