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