Package Bio :: Package Mindy :: Module FlatDB :: Class DiskFlatDB
[show private | hide private]
[frames | no frames]

Class DiskFlatDB

DictLookup --+        
             |        
        OpenDB --+    
                 |    
        BaseFlatDB --+
                     |
                    DiskFlatDB


Method Summary
  __init__(self, dbname)
  __getitem__(self, namespace)
return the database table lookup for the given namespace
    Inherited from OpenDB
  keys(self)
  lookup(self, *args, **kwargs)
    Inherited from DictLookup
  get(self, key, default)
  items(self)
  values(self)

Method Details

__getitem__(self, namespace)
(Indexing operator)

return the database table lookup for the given namespace
Overrides:
Bio.Mindy.BaseDB.OpenDB.__getitem__

Generated by Epydoc 2.1 on Mon Aug 27 16:43:42 2007 http://epydoc.sf.net