Home | History | Annotate | Download | only in python2.7

Lines Matching refs:adict

1175 def vals_sorted_by_key(adict):
1176 keys = adict.keys()
1178 return map(adict.get, keys)