You are viewing an older version (9.12.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.12.0 / IPython / core / completer / completions_sorting_key

function

IPython.core.completer:completions_sorting_key

source: /IPython/core/completer.py :416

Signature

def   completions_sorting_key ( word )

Summary

key for sorting completions

Extended Summary

This does several things:

  • Demote any completions starting with underscores to the end

  • Insert any %magic and %%cellmagic completions in the alphabetical order by their name

Aliases

  • IPython.core.completer.completions_sorting_key