[Zope] What's Traversable?

Dieter Maurer dieter@handshake.de
Thu, 21 Jun 2001 21:35:35 +0200 (CEST)


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