##// END OF EJS Templates
Merge pull request #1919 from tkf/better_find_edit_target2...
Merge pull request #1919 from tkf/better_find_edit_target2 Use oinspect in CodeMagics._find_edit_target inspect.getabsfile and inspect.getsourcelines are replaced by find_file and find_source_lines in IPython.core.oinspect, which is our own more robust code that wraps the default one from the stdlib.
Fernando Perez -
r7466:dc7323f1 merge
Show More
Name Size Modified Last Commit Author
/ IPython / config
profile
tests
__init__.py Loading ...
application.py Loading ...
configurable.py Loading ...
loader.py Loading ...