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 856743a commit bedc4d4Copy full SHA for bedc4d4
arango/collection.py
@@ -720,7 +720,6 @@ def all(
720
:return: Document cursor.
721
:rtype: arango.cursor.Cursor
722
:raise arango.exceptions.DocumentGetError: If retrieval fails.
723
- :raise arango.exceptions.SortValidationError: If sort parameters are invalid.
724
"""
725
assert is_none_or_int(skip), "skip must be a non-negative int"
726
assert is_none_or_int(limit), "limit must be a non-negative int"
0 commit comments