MCPcopy 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
251def 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_contextFunction · 0.90

Calls 2

TreeClass · 0.85
ProbeClass · 0.85

Tested by 1

prep_contextFunction · 0.72