bundles / IPython 9.5.0 / IPython / core / completer / IPCompleter / unicode_name_matcher
function
IPython.core.completer:IPCompleter.unicode_name_matcher
source: /IPython/core/completer.py :2978
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