[Zope] investigating an object

Kevin Lewandowski kevin@zinkmedia.com
Wed, 12 Jun 2002 08:49:20 -0700


Is there a way to get a list of all methods and properties
of an object?

In normal python you can do "dir (object)" and see its
methods and properties. But that doesn't work in zope.

thanks

-Kevin