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
Type
Name
Default
Documentation
PyString
name
The name of the extended property to set.
Pickleable
value
The property value.