Starting Win32 Service

Roger Upole rupole at hotmail.com
Thu Sep 28 08:19:01 EDT 2006


Tim Golden wrote:
...
> Yes, sorry about that, it's a well-known (to me) gotcha.
> Basically there's no way I can extract the params from
> the COM interface in a way which implies order, so I
> can't take them in positionally. (Corrections to this
> statement will be gratefully received).
>
> TJG

InParameters.Properties_ can be accessed by name or index,
so you should be able to map both *args and **kwargs.
(although you'd have to check for overlap yourself)

      Roger




----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----



More information about the Python-list mailing list