MCPcopy Index your code
hub / github.com/ipython/ipython / embed2.py

File embed2.py

tools/tests/embed/embed2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""This tests passing a dict for the user_ns at shell instantiation."""
2from IPython import embed
3
4user_ns = dict(cookie='monster')

Callers

nothing calls this directly

Calls 1

embedFunction · 0.90

Tested by

no test coverage detected