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

Function post_run_cell

IPython/core/events.py:138–146  ·  view source on GitHub ↗

Fires after user-entered code runs. Parameters ---------- result : :class:`~IPython.core.interactiveshell.ExecutionResult` The object which will be returned as the execution result.

(result)

Source from the content-addressed store, hash-verified

136
137@_define_event
138def post_run_cell(result):
139 """Fires after user-entered code runs.
140
141 Parameters
142 ----------
143 result : :class:`~IPython.core.interactiveshell.ExecutionResult`
144 The object which will be returned as the execution result.
145 """
146 pass
147
148@_define_event
149def shell_initialized(ip):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected