Inheritance diagram for IPython.kernel.core.output_trap:
Trap stdout/stderr.
Bases: object
Object which can trap text sent to stdout and stderr.
Add the text from stdout and stderr to the message from the interpreter to its listeners.
Parameters : | message : dict |
---|
Clear out the buffers.
Return the text currently in the stderr buffer.
Return the text currently in the stdout buffer.
Set the hooks.
Remove the hooks.