MCPcopy Create free account
hub / github.com/datacamp/pythonwhat / check_process

Function check_process

pythonwhat/utils.py:68–70  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

66
67
68def check_process(x):
69 assert "Process" in x.__class__.__name__
70 return x

Callers 1

test_exerciseFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_exerciseFunction · 0.72