interface documentation

class IForwarded(Interface):

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():

Simple asynchronous method.

def forwardMe():

Simple synchronous method.