14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
19
"""Classes to provide name-to-object registry-like support."""
20
25
class _ObjectGetter(object):
21
26
"""Maintain a reference to an object, and return the object on request.