MCPcopy Create free account
hub / github.com/ipython/ipython / capture

Route capture

IPython/core/magics/execution.py:None–None  ·  view source on GitHub ↗
magic_arguments.argument('output', type=str, default='', nargs='?',
        help="""The name of the variable in which to store output.
        This is a utils.io.CapturedIO object with stdout/err attr

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2"""Implementation of execution-related magic functions."""
3
4# Copyright (c) IPython Development Team.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected