15 Feb
2000
15 Feb
'00
1:16 p.m.
From: Darran Edmundson <Darran.Edmundson@anu.edu.au>
It's testing to see if it can acquire the ZCatalog which it has been told to use. Since your newly created object is bare and without acquisition context of any sort, this fails.
instance = instance.__of__(container)
...right before you start playing with the index methods.
Evan if you by chance find yourself in Australia, I'll buy you a beer. Is this Zope voodoo or straight Python class witchcraft?
I think this is extension class voodoo, a strange cross-breed that makes ZClass possible.
In humble admiration, Darran.
Drew