21 Jun
2001
21 Jun
'01
7:35 p.m.
Dirksen writes:
I can see that ObjectManager subclassing Traversable. The traverse hook of my class works no matter if it subclasses Traversable. What's the use of it? See "OFS.Traversable.Traversable".
Probably, your class inherits (maybe without your knowledge) from "SimpleItem.Item" (which in turn inherits from traversable). By the way, you can use my "DocFinder" URL:http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html to analyse the inheritance structure of Zope objects. Dieter