def wrapper(*args):
     return dict_from_map(method(*args))
 def wrapper(*args):
     return dict_from_map(method(*args))
 def int_int_map_to_string(int_int_map):
     return str(dict_from_map(int_int_map))
 def int_int_map_to_string(int_int_map):
     return str(dict_from_map(int_int_map))