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

Method commit

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

Source from the content-addressed store, hash-verified

137 os.remove(os_path_join(self.cache_dir_prefix, name))
138
139 def commit(self) -> None:
140 pass
141
142 def list_all(self) -> Iterable[str]:
143 if not self.cache_dir_prefix:

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected