MCPcopy Create free account
hub / github.com/ipython/ipython / post_execute

Function post_execute

IPython/core/events.py:129–135  ·  view source on GitHub ↗

Fires after code is executed in response to user/frontend action. This includes comm and widget messages and silent execution, as well as user code cells.

()

Source from the content-addressed store, hash-verified

127
128@_define_event
129def post_execute():
130 """Fires after code is executed in response to user/frontend action.
131
132 This includes comm and widget messages and silent execution, as well as user
133 code cells.
134 """
135 pass
136
137@_define_event
138def post_run_cell(result):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected