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

Route alias_magic

IPython/core/magics/basic.py:None–None  ·  view source on GitHub ↗
magic_arguments.argument(
        'target',
        help="""Name of the existing line or cell magic."""
    )

Source from the content-addressed store, hash-verified

1"""Implementation of basic magic functions."""
2
3
4import argparse

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected