bundles / IPython 9.3.0 / IPython / core / completer / IPCompleter / latex_name_matcher
function
IPython.core.completer:IPCompleter.latex_name_matcher
source: /IPython/core/completer.py :2990
Signature
def latex_name_matcher ( self , context : CompletionContext ) Summary
Match Latex syntax for unicode characters.
Extended Summary
This does both \alp -> \alpha and \alpha -> α
Aliases
-
IPython.core.completer.IPCompleter.latex_name_matcher