The standard Zope Folder implementation.
There are no attributes in this class.
get(name, default=None)
Return the named object, or the value of the default argument if the object is not found.
getSiteManager()
items()
Return a sequence-like object containing tuples of the form (name, object) for the objects that appear in the folder.
keys()
Return a sequence-like object containing the names associated with the objects that appear in the folder
setSiteManager(sm)
values()
Return a sequence-like object containing the objects that appear in the folder.
There are no known subclasses.