Home | Trees | Index | Help |
---|
Package twisted :: Package coil :: Module coil :: Class DispenserStorage |
|
A mini-database of dispensers.
When first created, traverses the tree of configcollections and configurators and loads all dispensers.Method Summary | |
---|---|
__init__(self,
root)
| |
Add the dispensers for an object and its config children. | |
Return a list of dispensers for a given interface. | |
Remove an object and its config children. |
Method Details |
---|
addObject(self, object)Add the dispensers for an object and its config children. |
getDispensers(self, interface)Return a list of dispensers for a given interface. List items are in the form (instance, functionName, description). |
removeObject(self, object)Remove an object and its config children. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:01 2003 | http://epydoc.sf.net |