17 Jan
2002
17 Jan
'02
10:33 p.m.
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