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

Method test_default

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

Source from the content-addressed store, hash-verified

299class TestBooleanVar(TestBase):
300
301 def test_default(self):
302 v = BooleanVar(self.root)
303 self.assertIs(v.get(), False)
304
305 def test_get(self):
306 v = BooleanVar(self.root, True, "name")

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
BooleanVarClass · 0.90
assertIsMethod · 0.45

Tested by

no test coverage detected