ZODB.ZPublisher.ZApplicationWrapper.__bobo_traverse__

Documentation
Implement the ZPublisher object traversal protocol.

When the wrapper object is traversed, it creates a connection to the database and uses that connection to retrieve the application object if no name is supplied or an attribute of the application object if a name was supplied.

If the wrapper was created with a version cookie name, then it will check for a cookie of the given name in the request and, if there is a matching cookie, make a connection for the given version.
Parameters
TypeNameDefaultDocumentation
BaseRequestREQUEST  
PyStringnameNone 
Returns
?