Example #1
0
def create_bottle_multi_dict():
    d = BotMultiDict()
    d["foos"] = "a"
    d["foos"] = "b"
    return d
Example #2
0
def create_bottle_multi_dict():
    d = BotMultiDict()
    d['foos'] = 'a'
    d['foos'] = 'b'
    return d