Skip to content

Commit 7787fd4

Browse files
committed
RawCursor interator ok
1 parent 2dabf37 commit 7787fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyArango/query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def __next__(self) :
2525
raise CursorError(data["errorMessage"], self.id, data)
2626
return r.json()
2727

28+
@implements_iterator
2829
class Query(object) :
2930
"This class is abstract and should not be instanciated. All query classes derive from it"
3031

0 commit comments

Comments
 (0)