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
| 1 | # -*- coding: utf-8 -*- |
| 2 | """Implementation of execution-related magic functions.""" |
| 3 | |
| 4 | # Copyright (c) IPython Development Team. |
nothing calls this directly
no outgoing calls
no test coverage detected