You are viewing an older version (9.11.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.11.0 / IPython / utils / PyColorize / Parser / __init__

function

IPython.utils.PyColorize:Parser.__init__

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

Signature

def   __init__ ( self out : Any = <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> * theme_name : str | None = None )  →  None

Summary

Create a parser with a specified color table and output channel.

Extended Summary

Call format() to process code.

Aliases

  • IPython.core.ultratb.Parser.__init__