Part of lp.testing.factory View In Hierarchy
BareLaunchpadObjectFactory.
Ensure that each object created by a BareLaunchpadObjectFactory method
is either of a simple Python type or is security proxied.
A warning message is printed to stderr if a factory method creates an object without a security proxy.
Whereever you see such a warning: fix it!
| Method | __init__ | Undocumented |
| Method | __getattr__ | Undocumented |
| Method | __dir__ | Enumerate the attributes and methods of the wrapped object factory. |