Changes between Initial Version and Version 1 of Ticket #1852, comment 8
- Timestamp:
- 2012-11-22T23:59:51Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1852, comment 8
initial v1 1 1 Replying to [comment:7 davidsarah]: 2 > I'll see whether {{{reactor.getDela tedCalls}}} can be used to replace the use of internal attributes of {{{reactor}}} in {{{WaitForDelayedCalls}}}.2 > I'll see whether {{{reactor.getDelayedCalls}}} can be used to replace the use of internal attributes of {{{reactor}}} in {{{WaitForDelayedCalls}}}. 3 3 4 4 It can; in fact [http://twistedmatrix.com/trac/browser/tags/releases/twisted-10.2.0/twisted/internet/base.py#L725 its implementation] does exactly the right thing: