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

Method test_default

Lib/test/test_tkinter/test_variables.py:253–255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251class TestIntVar(TestBase):
252
253 def test_default(self):
254 v = IntVar(self.root)
255 self.assertEqual(0, v.get())
256
257 def test_get(self):
258 v = IntVar(self.root, 123, "name")

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
IntVarClass · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected