| Home | Trees | Index | Help |
|
|---|
| Package moppy :: Module mop :: Class BaseHook |
|
object --+
|
BaseHook
BaseHook
a callable that will be called when a callsite is reached. It may be triggered before the callsite is called, after, or when an exception occurs. An hook may also wrap around a callsite, meaning that it will be able to do some job before and after the callsite executes.| Method Summary | |
|---|---|
| a new object with type S, a subtype of T |
|
getAfterAdvice(self)
| |
getBeforeAdvice(self)
| |
getExceptionHandler(self)
| |
| Method Details |
|---|
__new__(S, ...)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Wed May 14 00:03:23 2003 | http://epydoc.sf.net |