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

Method get_ipython

IPython/core/interactiveshell.py:705–707  ·  view source on GitHub ↗

Return the currently running IPython instance.

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected