##// END OF EJS Templates
handle multiple decorators in oinspect...
handle multiple decorators in oinspect We only check for `__wrapped__` once, which won't correctly find a function wrapped in two or more decorators. This is theoretically vulnerable to fake objects always returning a `__wrapped__` attribute with a `__wrapped__` attribute.
Min RK -
r21505:f4ed417c
Show More
Name Size Modified Last Commit Author
/ IPython
core
extensions
external
kernel
lib
sphinxext
terminal
testing
utils
__init__.py Loading ...
__main__.py Loading ...
config.py Loading ...
consoleapp.py Loading ...
display.py Loading ...
frontend.py Loading ...
html.py Loading ...
nbconvert.py Loading ...
nbformat.py Loading ...
parallel.py Loading ...
paths.py Loading ...
qt.py Loading ...