| Trees | Index | Help |
|---|
| Package Bio :: Package config :: Module Registry :: Class RegisterableGroup |
|
RegisterableObject --+
|
RegisterableGroup
DBGroup,
FormatGroupThis 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 Wed Jan 31 09:58:01 2007 | http://epydoc.sf.net |