(self)
| 472 | exiter = Instance(ExitAutocall) |
| 473 | @default('exiter') |
| 474 | def _exiter_default(self): |
| 475 | return ExitAutocall(self) |
| 476 | # Monotonically increasing execution counter |
| 477 | execution_count = Integer(1) |
| 478 | filename = Unicode("<ipython console>") |
nothing calls this directly
no test coverage detected