twisted.spread.test.test_pb.NonSubclassingPerspective
class documentationtwisted.spread.test.test_pb
(View In Hierarchy)
Implements interfaces: twisted.spread.pb.IPerspective
Method | __init__ | Undocumented |
Method | perspectiveMessageReceived | This method is called when a network message is received. |
Method | logout | Undocumented |
This method is called when a network message is received.
Parameters | broker | The Perspective Broker. |
message | The name of the method called by the other end. (type: str) | |
args | The arguments that were passed by the other end. It is recommend that you use the `unserialize' method of the broker to decode this. (type: list in jelly format) | |
kwargs | The keyword arguments that were passed by the other end. It is recommended that you use the `unserialize' method of the broker to decode this. (type: dict in jelly format) | |
Returns | It is recommended that you use the `serialize' method of the broker on whatever object you need to return to generate the return value. (type: A jelly list.) |