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

r21174:def88c92
r21505:f4ed417c
Show More
widget_custom_serialization.rst
1 line | 158 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / widget_custom_serialization.rst

The serialization of widget traitlets can be customized. Custom serialization can use binary message buffers. Refer to :ghpull:`7757` for more information.