Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ bpython
Method
bpython
django/core/management/commands/shell.py:62–65 ·
view source on GitHub ↗
(self, options)
Source
from the content-addressed store, hash-verified
60
start_ipython(argv=[], user_ns=self.get_namespace(**options))
61
62
def
bpython(self, options):
63
import
bpython
64
65
bpython.embed(self.get_namespace(**options))
66
67
def
python(self, options):
68
import
code
Callers
1
test_bpython
Method · 0.95
Calls
1
get_namespace
Method · 0.95
Tested by
1
test_bpython
Method · 0.76