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

Method setUp

Lib/test/test_tcl.py:772–773  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

770class BigmemTclTest(unittest.TestCase):
771
772 def setUp(self):
773 self.interp = Tcl()
774
775 @support.cpython_only
776 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX")

Callers

nothing calls this directly

Calls 1

TclFunction · 0.90

Tested by

no test coverage detected