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

Method set_package_root

mypy/fscache.py:49–50  ·  view source on GitHub ↗
(self, package_root: list[str])

Source from the content-addressed store, hash-verified

47 self.flush()
48
49 def set_package_root(self, package_root: list[str]) -> None:
50 self.package_root = package_root
51
52 def flush(self) -> None:
53 """Start another transaction and empty all caches."""

Callers 2

mainFunction · 0.95
process_package_rootsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected