argument(
'-n', dest='print_nums', action='store_true', default=False,
help="""
print line numbers for each input.
This feature is only available if numbered prompts ar
| 1 | """Implementation of magic functions related to History. |
| 2 | """ |
| 3 | #----------------------------------------------------------------------------- |
| 4 | # Copyright (c) 2012, IPython Development Team. |
nothing calls this directly
no outgoing calls
no test coverage detected