Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _invoke_bpython_shell
Function
_invoke_bpython_shell
celery/bin/shell.py:26–28 ·
view source on GitHub ↗
(locals)
Source
from the content-addressed store, hash-verified
24
25
26
def
_invoke_bpython_shell(locals):
27
import
bpython
28
bpython.embed(locals)
29
30
31
def
_invoke_ipython_shell(locals):
Callers
2
_invoke_default_shell
Function · 0.85
shell
Function · 0.85
Calls
1
embed
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…