Home
last modified time | relevance | path

Searched refs:WalkEntry (Results 1 – 3 of 3) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dwalk.py52 class WalkEntry(object): class
222 return WalkEntry(self._walker, commit)
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dwalk.py50 class WalkEntry(object): class
221 return WalkEntry(self._walker, commit)
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_walk.py45 WalkEntry,
69 if not isinstance(other, WalkEntry) or self.commit != other.commit: