Home | Trees | Indices | Help |
|
---|
|
sort [FUNCTION]
Input objects are sorted before being written to output. If
FUNCTION
is not provided then input objects are sorted using
the default ordering (i.e., based on the cmp
function).
If FUNCTION
is provided, then sorting is done by applying
cmp
to values obtained by applying FUNCTION
to
the input objects.
Functions | |||
|
Function Details |
Input objects are sorted before being written to output. If
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 3 15:23:48 2010 | http://epydoc.sourceforge.net |