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

Method apply

Tools/unittestgui/unittestgui.py:240–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

238 self.dirVar.set(dir_path)
239
240 def apply(self):
241 self.top_level_dir = self.dirVar.get()
242 self.test_file_glob_pattern = self.testPatternVar.get()
243
244class TkTestRunner(BaseGUITestRunner):
245 """An implementation of BaseGUITestRunner using Tkinter.

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected