Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ bar
Function
bar
tools/tests/embed/embed1.py:6–8 ·
view source on GitHub ↗
(foo)
Source
from the content-addressed store, hash-verified
4
f = set([1,2,3,4,5])
5
6
def
bar(foo):
7
import
IPython
8
IPython.embed(banner1=
'check f in globals, foo in locals'
)
9
10
bar(f)
Callers
1
embed1.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected