twisted.internet.test.test_endpoints.RaisingMemoryReactorWithClock(RaisingMemoryReactor, Clock) class documentationtwisted.internet.test.test_endpoints
(View In Hierarchy)
An extension of RaisingMemoryReactor
with task.Clock.
| Method | __init__ | 
Inherited from RaisingMemoryReactor:
| Method | adoptStreamPort | Fake IReactorSocket.adoptStreamPort,
that raises_listenException. | 
| Method | listenTCP | Fake IReactorTCP.listenTCP,
that raises_listenException. | 
| Method | connectTCP | Fake IReactorTCP.connectTCP,
that raises_connectException. | 
| Method | listenSSL | Fake IReactorSSL.listenSSL,
that raises_listenException. | 
| Method | connectSSL | Fake IReactorSSL.connectSSL,
that raises_connectException. | 
| Method | listenUNIX | Fake IReactorUNIX.listenUNIX,
that raises_listenException. | 
| Method | connectUNIX | Fake IReactorUNIX.connectUNIX,
that raises_connectException. | 
| Instance Variable | _listenException | An instance of an Exception | 
| Instance Variable | _connectException | An instance of an Exception | 
Inherited from Clock:
| Method | seconds | Pretend to be time.time().  This is used internally when an operation 
such as IDelayedCall.resetneeds to determine a time value relative to the current time. | 
| Method | callLater | See twisted.internet.interfaces.IReactorTime.callLater. | 
| Method | getDelayedCalls | See twisted.internet.interfaces.IReactorTime.getDelayedCalls | 
| Method | advance | Move time on this clock forward by the given amount and run whatever pending calls should be run. | 
| Method | pump | Advance incrementally by the given set of times. | 
| Method | _sortCalls | Sort the pending calls according to the time they are scheduled. |