MCPcopy 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
58def match_pyfiles(f1, f2):
59 nt.assert_equal(pyfile(f1), pyfile(f2))
60
61
62def test_find_file():

Callers 3

test_find_fileFunction · 0.85

Calls 1

pyfileFunction · 0.85

Tested by

no test coverage detected