**kw keyword arguments
Greg Ewing
see at my.signature
Tue Sep 19 00:16:52 EDT 2000
More information about the Python-list mailing list
Tue Sep 19 00:16:52 EDT 2000
- Previous message (by thread): **kw keyword arguments
- Next message (by thread): How can I run CGI script in the CGIHTTPServer?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Johann Hibschman wrote: > > apply(passKeywords, (), kw) Or, in Python 2.0, passKeywords(**kw) -- Greg Ewing, Computer Science Dept, University of Canterbury, Christchurch, New Zealand To get my email address, please visit my web page: http://www.cosc.canterbury.ac.nz/~greg
- Previous message (by thread): **kw keyword arguments
- Next message (by thread): How can I run CGI script in the CGIHTTPServer?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list