Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
40
def
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
main
Function · 0.70
Tested by
no test coverage detected