mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Document sorting HowTo
This commit is contained in:
parent
721a35001e
commit
bdfa22bbda
1 changed files with 3 additions and 0 deletions
|
@ -1009,6 +1009,9 @@ are always available. They are listed here in alphabetical order.
|
||||||
`CmpToKey recipe in the ASPN cookbook
|
`CmpToKey recipe in the ASPN cookbook
|
||||||
<http://code.activestate.com/recipes/576653/>`_\.
|
<http://code.activestate.com/recipes/576653/>`_\.
|
||||||
|
|
||||||
|
For sorting examples and a brief sorting tutorial, see `Sorting HowTo
|
||||||
|
<http://wiki.python.org/moin/HowTo/Sorting/>`_\.
|
||||||
|
|
||||||
.. function:: staticmethod(function)
|
.. function:: staticmethod(function)
|
||||||
|
|
||||||
Return a static method for *function*.
|
Return a static method for *function*.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue