Re: [Twisted-Python] How to use AmpList?

2010-03-29 Thread Vlad Shevchenko
Thanks, nice point to dive in. On Mon, Mar 29, 2010 at 4:52 PM, David Ripton wrote: > On 2010.03.27 23:45:42 +0200, Vlad Shevchenko wrote: > > Hi, > > can't find any reference of how to use AmpList. What should be passed to > > callRemote? In command: arguments = Amp.List(...) or arguments = > [

Re: [Twisted-Python] How to use AmpList?

2010-03-29 Thread Vlad Shevchenko
Thank you, it helps a lot. I've made a mistake in calling callRemote. On Mon, Mar 29, 2010 at 4:51 PM, Peter Westlake wrote: > > > On Mon, 29 Mar 2010 14:54 +0300, "Vlad Shevchenko" > wrote: > > No one use AmpList? > > > > On Sat, Mar 27, 2010 at 11:45 PM, Vlad Shevchenko > > > > wrote: > > > >

Re: [Twisted-Python] How to use AmpList?

2010-03-29 Thread Peter Westlake
On Mon, 29 Mar 2010 14:54 +0300, "Vlad Shevchenko" wrote: > No one use AmpList? > > On Sat, Mar 27, 2010 at 11:45 PM, Vlad Shevchenko > > wrote: > > > Hi, > > can't find any reference of how to use AmpList. What should be passed to > > callRemote? In command: arguments = Amp.List(...) or argu

Re: [Twisted-Python] How to use AmpList?

2010-03-29 Thread David Ripton
On 2010.03.27 23:45:42 +0200, Vlad Shevchenko wrote: > Hi, > can't find any reference of how to use AmpList. What should be passed to > callRemote? In command: arguments = Amp.List(...) or arguments = [('param', > AmpList(...))]? Responder params? > > Please, advice some refs or examples. There a

Re: [Twisted-Python] How to use AmpList?

2010-03-29 Thread Vlad Shevchenko
No one use AmpList? On Sat, Mar 27, 2010 at 11:45 PM, Vlad Shevchenko wrote: > Hi, > can't find any reference of how to use AmpList. What should be passed to > callRemote? In command: arguments = Amp.List(...) or arguments = [('param', > AmpList(...))]? Responder params? > > Please, advice some

[Twisted-Python] How to use AmpList?

2010-03-27 Thread Vlad Shevchenko
Hi, can't find any reference of how to use AmpList. What should be passed to callRemote? In command: arguments = Amp.List(...) or arguments = [('param', AmpList(...))]? Responder params? Please, advice some refs or examples. -- WBR, Vlad ___ Twisted-Py