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 b9706d8 commit a8314d1Copy full SHA for a8314d1
neo4j/v1/session.py
@@ -312,6 +312,8 @@ def close(self):
312
def begin_transaction(self, bookmark=None):
313
""" Create a new :class:`.Transaction` within this session.
314
315
+ :param bookmark: a bookmark to which the server should
316
+ synchronise before beginning the transaction
317
:return: new :class:`.Transaction` instance.
318
"""
319
if self.transaction:
0 commit comments