##// END OF EJS Templates
Use oinspect in CodeMagics._find_edit_target...
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.

File last commit:

r4053:b45902e3
r7462:e036834b
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *