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
TypeNameDefaultDocumentation
PyObjectobject an object with a _p_jar attribute.