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

Class DBRegistry

source code

Registry.Registry --+
                    |
                   DBRegistry
Known Subclasses:

This implements a dictionary-like interface to databases.

Instance Methods [hide private]
 
__init__(self, name, load_path=None)
Create a new registry.
source code

Inherited from Registry.Registry: __getitem__, __repr__, __str__, get, items, keys, register, values

Inherited from Registry.Registry (private): _autoload, _load

Method Details [hide private]

__init__(self, name, load_path=None)
(Constructor)

source code 

Create a new registry. name is the name of the registry. load_path is an optional path (e.g. Bio.config.dbdefs) that contains objects for the registry.

Overrides: Registry.Registry.__init__
(inherited documentation)