[Zope] How to find out what a Class inherits and implements?
Dieter Maurer
dieter@handshake.de
Thu, 17 Jan 2002 23:33:36 +0100
Heimo Laukkanen writes:
> this is more of a python question, but was wondering this while working
> with zope. When reading a source of a Product, is there any way of
> finding out easy -- what are the actual classes that it inherits and
> imports.
Options:
You use Python's documentation utility: pydoc
You use DocFinder
<http://www.dieter.handshake.de/pyprojects/zope>
Dieter