MCPcopy 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

4f = set([1,2,3,4,5])
5
6def bar(foo):
7 import IPython
8 IPython.embed(banner1='check f in globals, foo in locals')
9
10bar(f)

Callers 1

embed1.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected