How to with **kw

wiktor1325 at my-deja.com wiktor1325 at my-deja.com
Wed Jan 5 21:49:22 EST 2000


Is there a way to pass **kw args from
one function to another,like:

def func1(**kw):
  for key in kw.keys():
     print key

def func2(**kw):
  a_way_to_call_func1_with(kw)

thanks in advance

Wiktor Sadowski


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list