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

Method find_changed

mypy/dmypy_server.py:881–883  ·  view source on GitHub ↗
(self, sources: list[BuildSource])

Source from the content-addressed store, hash-verified

879 return self._find_changed(sources, changed_paths)
880
881 def find_changed(self, sources: list[BuildSource]) -> ChangesAndRemovals:
882 changed_paths = self.fswatcher.find_changed()
883 return self._find_changed(sources, changed_paths)
884
885 def _find_changed(
886 self, sources: list[BuildSource], changed_paths: AbstractSet[str]

Calls 1

_find_changedMethod · 0.95

Tested by

no test coverage detected