Part of bzrlib.registry View In Hierarchy
Known subclasses: bzrlib.registry._LazyObjectGetter
This is used by Registry to make plain objects function similarly to lazily imported objects.
Objects can be any sort of python object (class, function, module, instance, etc)
| Method | __init__ | Undocumented |
| Method | get_module | Get the module the object was loaded from. |
| Method | get_obj | Get the object that was saved at creation time |