http://qiita.com/ukyo/items/0273a89fa49f6f1f62e2 It is in
test.py
hoge(**{'a': 1, 'b': 2, 'c': 3})
My post http://qiita.com/7of9/items/618634ac35a1e27e03eb
Passing named arguments
in C #
Keyword argument
in Ruby and Fortran
Even in python, it is called keyword argument
, so is it correct?
http://atkonn.blogspot.jp/2008/02/python-python26.html
In python you can use keyword arguments.
Recommended Posts