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

Method find_changed

mypy/fswatcher.py:91–93  ·  view source on GitHub ↗

Return paths that have changes since the last call, in the watched set.

(self)

Source from the content-addressed store, hash-verified

89 return changed
90
91 def find_changed(self) -> AbstractSet[str]:
92 """Return paths that have changes since the last call, in the watched set."""
93 return self._find_changed(self._paths)
94
95 def update_changed(self, remove: list[str], update: list[str]) -> AbstractSet[str]:
96 """Alternative to find_changed() given explicit changes.

Callers

nothing calls this directly

Calls 1

_find_changedMethod · 0.95

Tested by

no test coverage detected