Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ match_pyfiles
Function
match_pyfiles
IPython/core/tests/test_oinspect.py:58–59 ·
view source on GitHub ↗
(f1, f2)
Source
from the content-addressed store, hash-verified
56
57
58
def
match_pyfiles(f1, f2):
59
nt.assert_equal(pyfile(f1), pyfile(f2))
60
61
62
def
test_find_file():
Callers
3
test_find_file
Function · 0.85
test_find_file_decorated1
Function · 0.85
test_find_file_decorated2
Function · 0.85
Calls
1
pyfile
Function · 0.85
Tested by
no test coverage detected