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

Class DBGroup

source code

Registry.RegisterableObject --+    
                              |    
     Registry.RegisterableGroup --+
                                  |
                                 DBGroup

Groups DBObjects that return the same kind of data.

Instance Methods [hide private]
 
__init__(self, name, abbrev=None, doc=None, cache=None)
DBGroup(name[, abbrev][, doc])
source code
 
__getitem__(self, key) source code
 
get(self, key, default=None) source code
 
get_as(self, key, to_io=None, default=None)
S.get_as(key[, to_io][, default]) -> object
source code

Inherited from Registry.RegisterableGroup: add, add_after, add_before

Method Details [hide private]

__init__(self, name, abbrev=None, doc=None, cache=None)
(Constructor)

source code 

DBGroup(name[, abbrev][, doc])

name is the name of the object, and abbrev is an abbreviation for the name.

Overrides: Registry.RegisterableObject.__init__