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 |
RegisterableGroup |
This is a base class for a RegisterableObject that groups many objects
together. |
RegisterableObject |
This is a base class for objects that can be added to a registry. |
Registry |
This is a dictionary-like object for storing and retrieving
objects in a registry. |