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

Function get_ipython

IPython/testing/globalipapp.py:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48def get_ipython():
49 # This will get replaced by the real thing once we start IPython below
50 return start_ipython()
51
52
53# A couple of methods to override those in the running IPython to interact

Callers 4

__init__Method · 0.50
test_plain_text_onlyMethod · 0.50

Calls 1

start_ipythonFunction · 0.70

Tested by 4

__init__Method · 0.40
test_plain_text_onlyMethod · 0.40