def fn(x, my_dict=None): if my_dict is None: my_dict = {} ...
http://effbot.org/zone/default-values.htm
http://effbot.org/zone/default-values.htm