Part of twisted.manhole.explorer View Source View In Hierarchy
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. |
(I hope.)