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