##// 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.

File last commit:

r21401:e1b98ee4
r21505:f4ed417c
Show More
deprecation_warning.rst
4 lines | 164 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / deprecation_warning.rst

Code raising DeprecationWarning entered by the user in an interactive session will now display the warning by default. See :ghpull:`8480` an :ghissue:`8478`.