(self)
| 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 |