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