You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: neo4j/work/simple.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@ def get_two_tx(tx):
370
370
with driver.session() as session:
371
371
values = session.read_transaction(get_two_tx)
372
372
373
-
:param transaction_function: a function that takes a transaction as an argument and does work with the transaction. `tx_function(tx, \*args, \*\*kwargs)`
373
+
:param transaction_function: a function that takes a transaction as an argument and does work with the transaction. `tx_function(tx, *args, **kwargs)`
374
374
:param args: arguments for the `transaction_function`
375
375
:param kwargs: key word arguments for the `transaction_function`
376
376
:return: a result as returned by the given unit of work
:param transaction_function: a function that takes a transaction as an argument and does work with the transaction. `tx_function(tx, \*args, \*\*kwargs)`
398
+
:param transaction_function: a function that takes a transaction as an argument and does work with the transaction. `tx_function(tx, *args, **kwargs)`
399
399
:param args: key word arguments for the `transaction_function`
400
400
:param kwargs: key word arguments for the `transaction_function`
401
401
:return: a result as returned by the given unit of work
0 commit comments