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

Function test_find_file

IPython/core/tests/test_oinspect.py:62–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61
62def test_find_file():
63 match_pyfiles(oinspect.find_file(test_find_file), os.path.abspath(__file__))
64
65
66def test_find_file_decorated1():

Callers

nothing calls this directly

Calls 1

match_pyfilesFunction · 0.85

Tested by

no test coverage detected