bundles / IPython latest / IPython / core / completer / IPCompleter / fwd_unicode_match
function
IPython.core.completer:IPCompleter.fwd_unicode_match
source: /IPython/core/completer.py :3767
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