##// END OF EJS Templates
fix %edit foo for interactively defined variables...
fix %edit foo for interactively defined variables Effectively handles cases such as: In [1]: def foo(): return 5 In [2]: %edit foo Where `%edit foo` effectively turns into `%edit 1` by parsing the `<ipython-input-NN-…>` fake filename.
MinRK -
r8547:5f3d6e0d
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / qt / console / tests
__init__.py Loading ...
test_ansi_code_processor.py Loading ...
test_completion_lexer.py Loading ...
test_console_widget.py Loading ...
test_kill_ring.py Loading ...