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 4192750 commit d3b736aCopy full SHA for d3b736a
src/neo4j/exceptions.py
@@ -227,6 +227,8 @@ def is_retryable(self) -> bool:
227
228
:returns: :const:`True` if the error is retryable,
229
:const:`False` otherwise.
230
+
231
+ .. versionadded:: 5.0
232
"""
233
return False
234
@@ -406,6 +408,8 @@ def is_retryable(self) -> bool:
406
408
407
409
410
411
412
413
414
415
0 commit comments