Re: Defer problem

2009-01-07 Thread Jean-Paul Calderone
On Wed, 7 Jan 2009 04:44:43 -0800 (PST), wladimir wrote: Hi, I have an problem. I want to fire one callback after n callbacks fired, but when i fire one callback all the chain will be executed. Example: def handle(x): print 'callback ' + str(x) def handle2(x): print 'after callbacks'

Defer problem

2009-01-07 Thread wladimir
- View this message in context: http://www.nabble.com/Defer-problem-tp21330603p21330603.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list