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.
|
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.
|