[Zope3-Users] Re: Splitting ZODB ?
Philipp von Weitershausen
philipp at weitershausen.de
Mon Jun 26 14:59:36 EDT 2006
Chris Withers wrote:
> Philipp von Weitershausen wrote:
>>> What's a "key reference"?
>>
>> -> zope.app.keyreference
>> -> zope.app.intid
>
> I was wondering if there was a more high level explanation that "rtsl" ;-)
There are usually doctests or at least interfaces. That isn't quite
rtsl, it's much more documentation than just code...
> I kinda know what an intid is, but what's a key reference?
>From zope.app.keyreference.interfaces:
class IKeyReference(zope.interface.Interface):
"""A reference to an object (similar to a weak reference).
The references are compared by their hashes.
"""
There, that wasn't so hard...
Philipp
More information about the Zope3-users
mailing list