[Zope] Getting a handle on the results of constructors

Dennis Allison allison@sumeru.stanford.EDU
Thu, 18 Apr 2002 15:28:07 -0700 (PDT)


On Fri, 19 Apr 2002, Dieter Maurer wrote:

> I agree with you, but returning objects is sometimes not so good
> in a Web context.
> 
> You get the object by using "getattr(container,id)".
> "container" is the container where you created the object, "id" is its id.

Thank you.  I shoulda thought of that...