This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / utils / text / SList / sort

function

IPython.utils.text:SList.sort

source: /IPython/utils/text.py :224

Signature

def   sort ( self field : Optional[List[str]] = None nums : bool = False )  →  Self

Summary

sort by specified fields (see fields())

Extended Summary

Example

a.sort(1, nums = True)

Sorts a by second field, in numerical order (so that 21 > 3)

Aliases

  • IPython.core.interactiveshell.SList.sort