| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 58da471 commit b4578ba
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -265,9 +265,6 @@ def current(self): | |||
| 265 | 265 | raise ValueError("No current match.") | |
| 266 | 266 | return self.matches[self.index] | |
| 267 | 267 | ||
| 268 | - def next(self): | ||
| 269 | - return self.__next__() | ||
| 270 | - | ||
| 271 | 268 | def __next__(self): | |
| 272 | 269 | self.index = (self.index + 1) % len(self.matches) | |
| 273 | 270 | return self.matches[self.index] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments