MCPcopy
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_bpythonMethod · 0.95

Calls 1

get_namespaceMethod · 0.95

Tested by 1

test_bpythonMethod · 0.76