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 / IPCompleter / fwd_unicode_match

function

IPython.core.completer:IPCompleter.fwd_unicode_match

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

Signature

def   fwd_unicode_match ( self text : str )  →  tuple[str, Sequence[str]]

Summary

Forward match a string starting with a backslash with a list of potential Unicode completions.

Extended Summary

Will compute list of Unicode character names on first call and cache it.

Returns

: At tuple with:
  • matched text (empty if no matches)

  • list of potential completions, empty tuple otherwise)

Aliases

  • IPython.core.completer.IPCompleter.fwd_unicode_match