MCPcopy Index your code
hub / github.com/bpython/bpython / do_Bpython

Method do_Bpython

bpdb/debugger.py:42–45  ·  view source on GitHub ↗
(self, arg: str)

Source from the content-addressed store, hash-verified

40 # cmd.Cmd commands
41
42 def do_Bpython(self, arg: str) -> None:
43 locals_ = self.curframe.f_globals.copy()
44 locals_.update(self.curframe.f_locals)
45 bpython.embed(locals_, ["-i"])
46
47 def help_Bpython(self) -> None:
48 print("B(python)")

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected