Skip to content

Commit

Permalink
Add support for "finally" event callbacks.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 13, 2017
1 parent 3df13db commit bb13ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/whatsnew/pr/finally-event-callbacks.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Two new event callbacks have been added: ``finally_execute`` and ``finally_run_cell``.
They work similar to the corresponding *post* callbacks, but are guranteed to be triggered (even when, for example, a ``SyntaxError`` was raised).
They work similar to the corresponding *post* callbacks, but are guaranteed to be triggered (even when, for example, a ``SyntaxError`` was raised).
Also, the execution result is provided as an argument for further inspection.

* `GitHub issue <https://github.com/ipython/ipython/issues/10774>`__
Expand Down

0 comments on commit bb13ae7

Please sign in to comment.