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

Method info_exists

Lib/test/test_tkinter/test_variables.py:34–35  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

32class TestVariable(TestBase):
33
34 def info_exists(self, *args):
35 return self.root.getboolean(self.root.call("info", "exists", *args))
36
37 def test_default(self):
38 v = Variable(self.root)

Callers 2

test___del__Method · 0.95

Calls 2

getbooleanMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected