**kw keyword arguments
Johann Hibschman
johann at physics.berkeley.edu
Mon Sep 18 19:40:04 EDT 2000
More information about the Python-list mailing list
Mon Sep 18 19:40:04 EDT 2000
- Previous message (by thread): **kw keyword arguments
- Next message (by thread): **kw keyword arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mark Gibson writes: > How do I pass on keyword arguments in a function.. > e.g > ------------- > def mark( a, b , **kw): > print 'Mark' > passKeywords(kw) # THIS DOESN'T WORK!!! MAKE IT WORK!!! apply(passKeywords, (), kw) -- Johann Hibschman johann at physics.berkeley.edu
- Previous message (by thread): **kw keyword arguments
- Next message (by thread): **kw keyword arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list