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 |
|
__init__ (self,
name,
load_path)
Registry(name[, load_path]) |
|
find_builder(self,
from_format,
to_io)
|
|
find_writer(self,
from_io,
to_format,
outfile)
|
|
normalize(self,
name_or_format)
|
|
_build_child_path(self,
format,
visited)
|
|
_build_parent_path(self,
format,
visited)
|
Inherited from Registry |
|
__getitem__ (self,
name)
|
|
__repr__ (self)
|
|
__str__ (self)
|
|
get (self,
name,
default)
|
|
items (self)
|
|
keys (self)
|
|
register (self,
obj)
S.register(obj) |
|
values (self)
|
|
_autoload (self)
|
|
_load (self,
path)
|