Home | History | Annotate | Download | only in libevent

Lines Matching refs:mydict

35 def TranslateList(mylist, mydict):
36 return map(lambda x: x % mydict, mylist)