MCPcopy
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
26def _invoke_bpython_shell(locals):
27 import bpython
28 bpython.embed(locals)
29
30
31def _invoke_ipython_shell(locals):

Callers 2

_invoke_default_shellFunction · 0.85
shellFunction · 0.85

Calls 1

embedMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…