MCPcopy
hub / github.com/celery/celery / _ipython_pre_10

Function _ipython_pre_10

celery/bin/shell.py:46–51  ·  view source on GitHub ↗
(locals)

Source from the content-addressed store, hash-verified

44
45
46def _ipython_pre_10(locals): # pragma: no cover
47 from IPython.frontend.terminal.ipapp import TerminalIPythonApp
48 app = TerminalIPythonApp.instance()
49 app.initialize(argv=[])
50 app.shell.user_ns.update(locals)
51 app.start()
52
53
54def _ipython_terminal(locals): # pragma: no cover

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected