You could call it like this:
>>> foo(**{"a-special-keyword":5})
but that might defeat the purpose of keyword arguments.-- http://mail.python.org/mailman/listinfo/python-list
You could call it like this:
>>> foo(**{"a-special-keyword":5})
but that might defeat the purpose of keyword arguments.-- http://mail.python.org/mailman/listinfo/python-list