MCPcopy 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
82FileName = str

Callers 4

runMethod · 0.45
runMethod · 0.45
must_stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected