[Twisted-Python] Call for volunteers: fundraising

2015-10-01 Thread John Aherne
I don't suppose I will be crushed in the stampede to reply to this email. But it strikes me as fairly important that we do something about this. At the moment I'm none to sure what would be involved so if someone could enlighten me as to the requirements, I'll have a better idea of what I might h

[Twisted-Python] Testing function with delayed calls

2015-10-01 Thread Mashiat Sarker Shakkhar
Hi I have a function that uses callLater extensively to schedule a number of different tasks. I don't want to get into the rationale behind such a design, but here is a contrived example which will help me explain my problem: def b(): '''Do some work''' def c(): '''Do

Re: [Twisted-Python] Testing function with delayed calls

2015-10-01 Thread Ashwini Oruganti
On Thu, Oct 1, 2015 at 1:40 PM, Mashiat Sarker Shakkhar < mashiat.sar...@gmail.com> wrote: > Hi > > I have a function that uses callLater extensively to schedule a number of > different tasks. I don't want to get into the rationale behind such a > design, but here is a contrived example which will