Table of Contents

Class: DBRegistry Bio/DBRegistry.py

This class should be merged with FormatRegistry.py

Methods   
__getitem__
__init__
__str__
_autoload
get
group
items
keys
register_db
values
  __getitem__ 
__getitem__ ( self,  name )

  __init__ 
__init__ ( self,  loadpath=None )

  __str__ 
__str__ ( self )

  _autoload 
_autoload ( self )

  get 
get (
        self,
        name,
        default=None,
        )

  group 
group (
        self,
        group_name,
        name,
        )

Exceptions   
ValueError, "%s not found in registry" % group_name
ValueError, "%s not found in registry" % name
  items 
items ( self )

  keys 
keys ( self )

  register_db 
register_db ( self,  **kwargs )

XXX need to check kwargs to make sure there's nothing extraneous

Exceptions   
TypeError("%r is a duplicate entry" %( abbrev, ) )
TypeError("%r is a duplicate entry" %( name, ) )
  values 
values ( self )


Table of Contents

This document was automatically generated on Mon Jul 1 12:02:43 2002 by HappyDoc version 2.0.1