Python function with **kwargs Question

Eric McGraw thelinuxmaster at gmail.com
Thu Jan 5 18:46:15 EST 2006


You could call it like this:
>>> foo(**{"a-special-keyword":5})
but that might defeat the purpose of keyword arguments.




More information about the Python-list mailing list