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

Method pre_run_cell

IPython/extensions/autoreload.py:526–531  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

524 self.shell.push({top_name: top_module})
525
526 def pre_run_cell(self):
527 if self._reloader.enabled:
528 try:
529 self._reloader.check()
530 except:
531 pass
532
533 def post_execute_hook(self):
534 """Cache the modification times of any modules imported in this execution

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected