MCPcopy Index your code
hub / github.com/ipython/ipython / test_find_file_magic

Function test_find_file_magic

tests/test_oinspect.py:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112
113def test_find_file_magic():
114 run = ip.find_line_magic("run")
115 assert oinspect.find_file(run) is not None
116
117
118# A few generic objects we can then inspect in the tests below

Callers

nothing calls this directly

Calls 1

find_line_magicMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…