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

Method __init__

Tools/unittestgui/unittestgui.py:159–161  ·  view source on GitHub ↗
(self, callback)

Source from the content-addressed store, hash-verified

157 Used by BaseGUITestRunner. Need not be created directly.
158 """
159 def __init__(self, callback):
160 unittest.TestResult.__init__(self)
161 self.callback = callback
162
163 def addError(self, test, err):
164 unittest.TestResult.addError(self, test, err)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected