MCPcopy Index your code
hub / github.com/python/mypy / __del__

Method __del__

mypy/metastore.py:277–278  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

275 self.dbs.clear()
276
277 def __del__(self) -> None:
278 self.close()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected