Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/datacamp/pythonwhat
/ build_probe_context
Function
build_probe_context
pythonwhat/probe.py:251–254 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
250
251
def
build_probe_context():
252
tree = Tree()
253
probe_context = {s: Probe(tree, getattr(test_funcs, s))
for
s in TEST_NAMES}
254
return
tree, probe_context
Callers
1
prep_context
Function · 0.90
Calls
2
Tree
Class · 0.85
Probe
Class · 0.85
Tested by
1
prep_context
Function · 0.72