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

Method test_default

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

Source from the content-addressed store, hash-verified

272class TestDoubleVar(TestBase):
273
274 def test_default(self):
275 v = DoubleVar(self.root)
276 self.assertEqual(0.0, v.get())
277
278 def test_get(self):
279 v = DoubleVar(self.root, 1.23, "name")

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
DoubleVarClass · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected