twisted.manhole.explorer._WatchMonkey
class documentationtwisted.manhole.explorer
View Source
(View In Hierarchy)
I hang on a method and tell you what I see.
TODO: Aya! Now I just do browseObject all the time, but I could tell you what got called with what when and returning what.
Method | __init__ | Make a monkey to hang on this instance object. |
Method | install | Install myself on my instance in place of this method. |
Method | uninstall | Remove myself from this instance and restore the original method. |
Method | __call__ | Pretend to be the method I replaced, and ring the bell. |
Install myself on my instance in place of this method.
Remove myself from this instance and restore the original method.
(I hope.)
Pretend to be the method I replaced, and ring the bell.