So an optional parameter expected in the web POST request of an API I\'m using is actually a reserved word in python too. So how do I name the param in my method call:
args = {'x':1, 'y':1, 'z':1, 'from':1} example.webrequest(**args)
// dont use that library
Pass it as a dict.
func(**{'as': 'foo', 'from': 'bar'})