On 2/14/06, Florian Lindner <[EMAIL PROTECTED]> wrote:
> Hello,
> in a class derived from Persistent, which attributes are stored? All or only
> those thar are declared in the interface?

All.

>     def __init__(self):
>         self.queue = {}
>
>
> self.queue seem is empty each time I restart Zope.

That's because dictionaries are not derived from Persistent. Try PersistentDict.

--
Lennart Regebro, Nuxeo     http://www.nuxeo.com/
CPS Content Management     http://www.cps-project.org/
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to