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

Method test_default

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

Source from the content-addressed store, hash-verified

232class TestStringVar(TestBase):
233
234 def test_default(self):
235 v = StringVar(self.root)
236 self.assertEqual("", v.get())
237
238 def test_get(self):
239 v = StringVar(self.root, "abc", "name")

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
StringVarClass · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected