bundles / IPython latest / IPython / utils / PyColorize / Parser / __call__
function
IPython.utils.PyColorize:Parser.__call__
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__