**kw keyword arguments

Greg Ewing see at my.signature
Tue Sep 19 00:16:52 EDT 2000


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



More information about the Python-list mailing list