Skip to content

Commit

Permalink
grass.pygrass.vector: Remove next(self) from vector class (old Python…
Browse files Browse the repository at this point in the history
… 2 iterator)
  • Loading branch information
echoix authored Aug 17, 2024
1 parent 9963dd1 commit f79172c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/grass/pygrass/vector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ def __next__(self):
self.c_mapinfo, self.table, self.writeable, is2D=not self.is_3D()
)

@must_be_open
def next(self):
return next(self)

@must_be_open
def rewind(self):
"""Rewind vector map to cause reads to start at beginning."""
Expand Down

0 comments on commit f79172c

Please sign in to comment.