Searched refs:IterChangedSubpaths (Results 1 – 3 of 3) sorted by relevance
92 if any(not p.endswith('.class') for p in changes.IterChangedSubpaths(path)):127 changed_subpaths = set(changes.IterChangedSubpaths(path))
166 for f in changes.IterChangedSubpaths(srcjar))
176 def IterChangedSubpaths(self, path): member in Changes