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

Function _test

Lib/idlelib/filelist.py:114–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113
114def _test(): # TODO check and convert to htest
115 from tkinter import Tk
116 from idlelib.editor import fixwordbreaks
117 from idlelib.run import fix_scaling
118 root = Tk()
119 fix_scaling(root)
120 fixwordbreaks(root)
121 root.withdraw()
122 flist = FileList(root)
123 flist.new()
124 if flist.inversedict:
125 root.mainloop()
126
127
128if __name__ == '__main__':

Callers 1

wrapperMethod · 0.50

Calls 6

newMethod · 0.95
TkClass · 0.90
fix_scalingFunction · 0.90
fixwordbreaksFunction · 0.90
FileListClass · 0.85
mainloopMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…