MCPcopy Index your code
hub / github.com/ipython/ipython / test_set

Function test_set

tests/test_guarded_eval.py:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223
224
225def test_set():
226 context = limited(data={"a", "b"})
227 assert guarded_eval("data.difference", context)
228
229
230def test_list():

Callers

nothing calls this directly

Calls 1

guarded_evalFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…