ZODB.Transaction Management.Transaction.setExtendedInfo

Documentation
Transactions can have extended application-specific properties. This method is used to set these properties.

Storage implementations may limit the amount of extended data stored.
Parameters
TypeNameDefaultDocumentation
PyStringname The name of the extended property to set.
Pickleablevalue The property value.