Passing in **kwargs from Flex over PyAMF
Posted
by cookiecaper
on Stack Overflow
See other posts from Stack Overflow
or by cookiecaper
Published on 2010-03-13T12:05:18Z
Indexed on
2010/03/13
12:15 UTC
Read the original article
Hit count: 304
Anyone know if it is easily possible to send **kwargs
over PyAMF from NetConnection.call()
? I would like it.
I could write a wrapper around the actual function and expose that and perform some parsing manually to determine the kwargs to pass in, but I don't want to do that. I will just use a normal argument list in that case.
© Stack Overflow or respective owner