Home | Trees | Index | Help |
|
---|
Package kiwi :: Module component |
|
Exceptions | |
---|---|
AlreadyImplementedError |
Called when a utility already exists. |
Function Summary | |
---|---|
Get the utility for the named interface. | |
Set the utility for the named interface. |
Function Details |
---|
get_utility(iface)Get the utility for the named interface. If the utility is not available (has not been set) a {NotImplementedError} is raised.
|
provide_utility(iface, utility, replace=False)Set the utility for the named interface. If the utility is already set, an {AlreadyImplementedError} is raised.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Oct 19 03:18:13 2006 | http://epydoc.sf.net |