[Zope] methods of a few zope objects

Kevin Dangoor kid@kendermedia.com
Fri, 18 Feb 2000 15:30:17 -0500


----- Original Message -----
From: "Andrew" <ad4v@yahoo.com>
To: <zope@zope.org>
Sent: Friday, February 18, 2000 2:47 PM
Subject: [Zope] methods of a few zope objects


> Greetings: I'm looking for documentation on the methods and variables
> of a few internal zope objects, so I can use them in external python
> code.
>
> Namely the file object, the image object, and the DTML method object. I
> have no problem poking through source code, if I know which file to
> look in. Haven't found anything concise in the documentations.

The source code is probably the best place to look. Take a look in
lib/python/OFS/Image.py (this is both File and Image). DTML Method is also
in the OFS directory.

Kevin