Return the currently running IPython instance.
(self)
| 703 | self.trio_runner = None |
| 704 | |
| 705 | def get_ipython(self): |
| 706 | """Return the currently running IPython instance.""" |
| 707 | return self |
| 708 | |
| 709 | #------------------------------------------------------------------------- |
| 710 | # Trait changed handlers |
nothing calls this directly
no outgoing calls
no test coverage detected