Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ must_stop
Method
must_stop
Lib/test/libregrtest/result.py:75–79 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
73
74
@staticmethod
75
def
must_stop(state):
76
return
state in {
77
State.INTERRUPTED,
78
State.WORKER_BUG,
79
}
80
81
82
FileName = str
Callers
4
run
Method · 0.45
run
Method · 0.45
must_stop
Method · 0.45
run_tests_sequentially
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected