##// END OF EJS Templates
Ensure `function` is actually a function....
Ensure `function` is actually a function. Plus minor cleanup

File last commit:

r23982:36f05a33
r23984:8ed324e7
Show More
event-callbacks-updates.rst
6 lines | 341 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / event-callbacks-updates.rst

The post event callbacks are now always called, even when the execution failed (for example because of a SyntaxError). Additionally, the execution result object is now made available in both pre and post event callbacks in a backward compatible manner.