MCPcopy Index your code
hub / github.com/RustPython/RustPython / _DebugResult

Class _DebugResult

Lib/unittest/suite.py:374–378  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

372
373
374class _DebugResult(object):
375 "Used by the TestSuite to hold previous class when running in debug."
376 _previousTestClass = None
377 _moduleSetUpFailed = False
378 shouldStop = False

Callers 1

debugMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected