MCPcopy Index your code
hub / github.com/celery/celery / _invoke_ipython_shell

Function _invoke_ipython_shell

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

Source from the content-addressed store, hash-verified

29
30
31def _invoke_ipython_shell(locals):
32 for ip in (_ipython, _ipython_pre_10,
33 _ipython_terminal, _ipython_010,
34 _no_ipython):
35 try:
36 return ip(locals)
37 except ImportError:
38 pass
39
40
41def _ipython(locals):

Callers 2

_invoke_default_shellFunction · 0.85
shellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…