interface documentation

class IForwarded(Interface): (source)

Known implementations: twisted.spread.test.test_pb.Forwarded

View In Hierarchy

Interface used for testing util.LocalAsyncForwarder.

Method forwardDeferred Simple asynchronous method.
Method forwardMe Simple synchronous method.
def forwardDeferred(): (source)

Simple asynchronous method.

def forwardMe(): (source)

Simple synchronous method.