Package moppy :: Module mop :: Class MetaCallableObject
[show private | hide private]
[frames | no frames]

Class MetaCallableObject

object --+
         |
        MetaCallableObject


MetaCallableObject A class that wraps and scripts (advises) a callable object during its call execution. These advises can be simple operations orthoganal to the original callable(tracing, debugging), to fully scripting the call path as it progresses through the call execution(throw exceptions, alter return values, alter incoming parameters, etc...).
Method Summary
  __init__(self)
a new object with type S, a subtype of T __new__(S, ...)
  addHook(self, hook)
  addSelection(self, selection)
  removeHook(self, hook)
  removeSelection(self, selection)

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Generated by Epydoc 1.1 on Wed May 14 00:03:19 2003 http://epydoc.sf.net