magic_arguments.argument(
'target',
help="""Name of the existing line or cell magic."""
)
| 1 | """Implementation of basic magic functions.""" |
| 2 | |
| 3 | |
| 4 | import argparse |
nothing calls this directly
no outgoing calls
no test coverage detected