Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
225
def
test_set():
226
context = limited(data={
"a"
,
"b"
})
227
assert guarded_eval(
"data.difference"
, context)
228
229
230
def
test_list():
Callers
nothing calls this directly
Calls
1
guarded_eval
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…