{ } Raw JSON

bundles / IPython 9.13.0 / IPython / core / completer / IPCompleter / latex_matches

function

IPython.core.completer:IPCompleter.latex_matches

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

Signature

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

Summary

Match Latex syntax for unicode characters.

Extended Summary

This does both \alp -> \alpha and \alpha -> α

Aliases

  • IPython.core.completer.IPCompleter.latex_matches