Package Bio :: Package Mindy :: Module BaseDB :: Class OpenDB
[hide private]
[frames] | no frames]

Class OpenDB

source code

DictLookup --+
             |
            OpenDB
Known Subclasses:

Instance Methods [hide private]
 
__getitem__(self, namespace)
return the database table lookup for the given namespace
source code
 
__init__(self, dbname, index_type) source code
 
keys(self) source code
 
lookup(self, *args, **kwargs) source code

Inherited from DictLookup: get, items, values

Method Details [hide private]

__getitem__(self, namespace)
(Indexing operator)

source code 

return the database table lookup for the given namespace

Overrides: DictLookup.__getitem__

keys(self)

source code 
Overrides: DictLookup.keys