(line)
| 656 | "Test %%timeit with IPython special syntax" |
| 657 | @register_line_magic |
| 658 | def lmagic(line): |
| 659 | ip = get_ipython() |
| 660 | ip.user_ns['lmagic_out'] = line |
| 661 | |
| 662 | # line mode test |
| 663 | _ip.run_line_magic('timeit', '-n1 -r1 %lmagic my line') |
nothing calls this directly
no test coverage detected