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

bundles / IPython 9.14.0.dev / IPython / core / completer / IPCompleter / unicode_name_matcher

function

IPython.core.completer:IPCompleter.unicode_name_matcher

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

Signature

def   unicode_name_matcher ( self context : CompletionContext )  →  SimpleMatcherResult

Summary

Match Latex-like syntax for unicode characters base on the name of the character.

Extended Summary

This does \GREEK SMALL LETTER ETA -> η

Works only on valid python 3 identifier, or on combining characters that will combine to form a valid identifier.

Aliases

  • IPython.core.completer.IPCompleter.unicode_name_matcher