| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
FunctionCall a representation of a function call |
|||
|
MethodCall a represention of a method to be called on object. |
|||
|
NullContextManager a null context manager that simply returns what it was constructed with. |
|||
|
FactoryContextManager a context manager for working with factories. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__debug_logger = logging.getLogger()
|
|||
|
|||
wrap a messenger function takes
messages with FuncCall as a payload. messenger calls the decorated func and stuffs the return value in a reply message.
If the original message does not specify a Message.reply_box, the return value will be
discarded.
|
wrap a messenger function takes
messages with FuncCall as a payload. messenger calls the decorated method and stuffs the return value in a reply
message. If the original message does not specify a Message.reply_box, the return value will be
discarded.
Warning: This wrapper does not provide thread safety; you should use it only on read-only objects. |
wrap an messenger function takes
messages with MethodCall as a payload. messenger calls the appropriate
obj.method and stuffs the return value in a reply message.
If the original message does not specify a Message.reply_box, the return value will be
discarded.
|
wrap a The resulting Message.reply_box, the exception value will be
discarded. Exceptions not in exception_types
will be raise normally.
|
wrap a messenger function will log
the messages and replies of the decorated func.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Mar 10 05:37:06 2008 | http://epydoc.sourceforge.net |