Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
def
test_find_file():
63
match_pyfiles(oinspect.find_file(test_find_file), os.path.abspath(__file__))
64
65
66
def
test_find_file_decorated1():
Callers
nothing calls this directly
Calls
1
match_pyfiles
Function · 0.85
Tested by
no test coverage detected