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

bundles / IPython latest / IPython / core / completer / completions_sorting_key

function

IPython.core.completer:completions_sorting_key

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

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