%edit file
()
| 1797 | |
| 1798 | |
| 1799 | def test_edit_fname(): |
| 1800 | """%edit file""" |
| 1801 | # test |
| 1802 | _run_edit_test("test file.py", exp_filename="test file.py") |
| 1803 | |
| 1804 | |
| 1805 | def test_bookmark(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…