Browser
The Browser class is accessible via the pudge.browser module.
Methods
f find(self, name, contained=0) ...
Locate an object by it's qualified name.
name is the qualified name of the package, module, class, routine, or data (e.g. 'package.module.Class').
See the source for more information.