API Reference for Enthought Tool Suite 3.2.0
Sorts a list in place alphabetically, rather than lexicographically.
Ties are broken lexicographically; i.e., 'Car' sorts before 'car'. Handles lists of strings, and lists of tuples whose first item is a string. From http://www.answermysearches.com/python-how-to-sort-alphabetically/319/
| Local name | Refers to |
|---|---|
| types | types |
© Copyright 2002-2009 Enthought, Inc.