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

Function test_edit_fname

tests/test_magic.py:1799–1802  ·  view source on GitHub ↗

%edit file

()

Source from the content-addressed store, hash-verified

1797
1798
1799def test_edit_fname():
1800 """%edit file"""
1801 # test
1802 _run_edit_test("test file.py", exp_filename="test file.py")
1803
1804
1805def test_bookmark():

Callers

nothing calls this directly

Calls 1

_run_edit_testFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…