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

Function setUpModule

Lib/test/test_tkinter/widget_tests.py:594–597  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

592 return decorator
593
594def setUpModule():
595 if test.support.verbose:
596 tcl = tkinter.Tcl()
597 print('patchlevel =', tcl.call('info', 'patchlevel'), flush=True)

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…