()
| 592 | return decorator |
| 593 | |
| 594 | def setUpModule(): |
| 595 | if test.support.verbose: |
| 596 | tcl = tkinter.Tcl() |
| 597 | print('patchlevel =', tcl.call('info', 'patchlevel'), flush=True) |
nothing calls this directly
no test coverage detected
searching dependent graphs…