Re: [ZODB-Dev] trigger loading a Persistent's attributes

2007-01-27 Thread Andreas Jung
--On 27. Januar 2007 15:18:27 -0800 Simon Burton <[EMAIL PROTECTED]> wrote: I have a Persistent object, however, its attributes only get loaded from the storage when I request a specific attribute. huh? Zope will load all attributes of a persistent object as long as the attributes aren't

[ZODB-Dev] trigger loading a Persistent's attributes

2007-01-27 Thread Simon Burton
I have a Persistent object, however, its attributes only get loaded from the storage when I request a specific attribute. Problem is, I don't know the names of the attributes necessarily. I was trying to just query the __dict__ but this does not trigger a load. Is there another way to do this ?