{ } Raw JSON

bundles / IPython 9.13.0 / IPython / utils / PyColorize / Parser / __call__

function

IPython.utils.PyColorize:Parser.__call__

source: /IPython/utils/PyColorize.py :573

Signature

def   __call__ ( self toktype : int toktext : str start_pos : tuple[int, int] end_pos : tuple[int, int] line : str )  →  None

Summary

Token handler, with syntax highlighting.

Aliases

  • IPython.core.ultratb.Parser.__call__