We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dabf37 commit 7787fd4Copy full SHA for 7787fd4
pyArango/query.py
@@ -25,6 +25,7 @@ def __next__(self) :
25
raise CursorError(data["errorMessage"], self.id, data)
26
return r.json()
27
28
+@implements_iterator
29
class Query(object) :
30
"This class is abstract and should not be instanciated. All query classes derive from it"
31
0 commit comments