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

Method close

mypy/metastore.py:80–81  ·  view source on GitHub ↗

Release any resources held by the backing store.

(self)

Source from the content-addressed store, hash-verified

78
79 @abstractmethod
80 def close(self) -> None:
81 """Release any resources held by the backing store."""
82
83
84def random_string() -> str:

Callers 1

closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected