[Zope] Catalog-aware ZClass not getting indexed?
Andrew Lahser
andrew@apl-software.com
Tue, 15 Feb 2000 08:16:44 -0500
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