Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
32
class
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
test_dont_unset_not_existing
Method · 0.95
Calls
2
getboolean
Method · 0.45
call
Method · 0.45
Tested by
no test coverage detected