Package Bio :: Package config :: Module Registry :: Class RegisterableGroup
[hide private]
[frames] | no frames]

Class RegisterableGroup

source code

RegisterableObject --+
                     |
                    RegisterableGroup
Known Subclasses:

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.

Instance Methods [hide private]
 
__init__(self, name, abbrev, doc) source code
 
add(self, obj, index=None) source code
 
add_after(self, obj, after) source code
 
add_before(self, obj, before) source code
Method Details [hide private]

__init__(self, name, abbrev, doc)
(Constructor)

source code 
Overrides: RegisterableObject.__init__
(inherited documentation)