MCPcopy Index your code
hub / github.com/python/cpython / _DebugResult

Class _DebugResult

Lib/unittest/suite.py:387–391  ·  view source on GitHub ↗

Used by the TestSuite to hold previous class when running in debug.

Source from the content-addressed store, hash-verified

385
386
387class _DebugResult(object):
388 "Used by the TestSuite to hold previous class when running in debug."
389 _previousTestClass = None
390 _moduleSetUpFailed = False
391 shouldStop = False

Callers 1

debugMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…