Trees | Index | Help |
---|
Package Bio :: Package config :: Module Registry :: Class RegisterableGroup |
|
RegisterableObject
--+
|
RegisterableGroup
DBGroup
,
FormatGroup
This is a base class for a RegisterableObject that groups many objects together.
Methods: add Add an object to the end of the group. add_after Add an object to the group after another object. add_before Add an object to the group before another object.Method Summary | |
---|---|
RegisterableObject(name, abbrev, doc) | |
add(self,
obj,
index)
| |
add_after(self,
obj,
after)
| |
add_before(self,
obj,
before)
|
Method Details |
---|
__init__(self,
name,
abbrev,
doc)
RegisterableObject(name, abbrev, doc)
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Jul 16 15:49:00 2005 | http://epydoc.sf.net |