Commit 810f8473 authored by Jim Fulton's avatar Jim Fulton

Emphasize that the object passed to set_data and data is the object needeing the data

And that it's id is used.
parent a9c8bcfe
......@@ -306,6 +306,10 @@ class ITransaction(Interface):
transaction-specific data on the transaction itself. The
transaction knows nothing about the data, but simply holds it
on behalf of the object.
The object passed should be the object that needs the data, as
opposed to simple object like a string. (Internally, the id of
the object is used as the key.)
"""
def data(self, object):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment