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

Method __init__

Tools/unittestgui/unittestgui.py:54–65  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

52 or signal that events have occurred.
53 """
54 def __init__(self, *args, **kwargs):
55 self.currentResult = None
56 self.running = 0
57 self.__rollbackImporter = RollbackImporter()
58 self.test_suite = None
59
60 #test discovery variables
61 self.directory_to_read = ''
62 self.top_level_dir = ''
63 self.test_file_glob_pattern = 'test*.py'
64
65 self.initGUI(*args, **kwargs)
66
67 def errorDialog(self, title, message):
68 "Override to display an error arising from GUI usage"

Callers

nothing calls this directly

Calls 2

RollbackImporterClass · 0.85
initGUIMethod · 0.80

Tested by

no test coverage detected