| Trees | Index | Help |
|---|
| Package Bio :: Package config :: Module FormatRegistry :: Class FormatRegistry |
|
Registry --+
|
FormatRegistry
This implements a dictionary-like interface to Biopython file formats.
Methods: find_builder Find a builder that converts from a format to an object. find_writer Find a writer that can write an object to a format.| Method Summary | |
|---|---|
Registry(name[, load_path]) | |
find_builder(self,
from_format,
to_io)
| |
find_writer(self,
from_io,
to_format,
outfile)
| |
normalize(self,
name_or_format)
| |
| Inherited from Registry | |
| |
| |
| |
| |
| |
| |
S.register(obj) | |
| |
| Method Details |
|---|
__init__(self,
name,
load_path=None,
builder_path='Bio.builders',
writer_path='Bio.writers')
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:02 2007 | http://epydoc.sf.net |