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

Function embed

bpython/__init__.py:40–46  ·  view source on GitHub ↗
(locals_=None, args=None, banner=None)

Source from the content-addressed store, hash-verified

38
39
40def embed(locals_=None, args=None, banner=None) -> Any:
41 if args is None:
42 args = ["-i", "-q"]
43
44 from .curtsies import main
45
46 return main(args, locals_, banner)

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected