Represent the code browser documentation root
description
(type:
Message
)
u'\n This module allows you to get an overview of the modules and classes\n defined in the Zope 3 framework and its supporting packages. There are\n two methods to navigate through the modules to find the classes you are\n interested in.\n\n The first method is to type in some part of the Python path of the class\n and the module will look in the class registry for matches. The menu will\n then return with a list of these matches.\n\n The second method is to click on the "Browse Zope Source" link. In the\n main window, you will see a directory listing with the root Zope 3\n modules. You can click on the module names to discover their content. If a\n class is found, it is represented as a bold entry in the list.\n\n The documentation contents of a class provides you with an incredible\n amount of information. Not only does it tell you about its base classes,\n implemented interfaces, attributes and methods, but it also lists the\n interface that requires a method or attribute to be implemented and the\n permissions required to access it.\n '
title
(type:
Message
)
u'Code Browser'
get(key, default=None)
See zope.app.container.interfaces.IReadContainer.
getDocString()
See Module class.
getFileName()
See Module class.
getPath()
See Module class.
isPackage()
See Module class.
items()
See zope.app.container.interfaces.IReadContainer.
keys()
setup()
Setup module and class tree.
values()
There are no known subclasses.