ZODB.Transaction Management.Transaction.register
Documentation
Register an object with the transaction manager. Object changes will be saved if the transaction is committed. If the transaction is aborted, then object changes will be discarded.
Parameters
Type
Name
Default
Documentation
PyObject
object
an object with a _p_jar attribute.