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

Function pre_run_code_hook

IPython/core/hooks.py:168–170  ·  view source on GitHub ↗

Executed before running the (prefiltered) code in IPython

(self)

Source from the content-addressed store, hash-verified

166
167
168def pre_run_code_hook(self):
169 """ Executed before running the (prefiltered) code in IPython """
170 return None
171
172
173def clipboard_get(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected