Package Bio :: Package config :: Module Registry
[hide private]
[frames] | no frames]

Module Registry

source code

This module implements some base classes used in the Registry system for Biopython.

Classes: Registry Implements a Biopython Registry. RegisterableObject Base class for objects in the Registry. RegisterableGroup Base class for groups of objects in the Registry.

Classes [hide private]
  Registry
This is a dictionary-like object for storing and retrieving objects in a registry.
  RegisterableObject
This is a base class for objects that can be added to a registry.
  RegisterableGroup
This is a base class for a RegisterableObject that groups many objects together.