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

bundles / IPython 9.5.0 / IPython / utils / io / Tee / __init__

function

IPython.utils.io:Tee.__init__

source: /IPython/utils/io.py :33

Signature

def   __init__ ( self file_or_name mode = w channel = stdout )

Summary

Construct a new Tee object.

Parameters

file_or_name : filename or open filehandle (writable)

File that will be duplicated

mode : optional, valid mode for open().

If a filename was give, open with this mode.

channel : str, one of ['stdout', 'stderr']

Aliases

  • IPython.utils.io.Tee.__init__