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

Function lmagic

IPython/core/tests/test_magic.py:658–660  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

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')

Callers

nothing calls this directly

Calls 1

get_ipythonFunction · 0.90

Tested by

no test coverage detected