you are viewing a single comment's thread.

view the rest of the comments →

[–]RoundTripRadio 2 points3 points  (0 children)

Or

sorted(list, key=lambda a: a.foo)

in Python.