Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Var
Class
Var
Lib/test/test_tkinter/test_variables.py:13–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
13
class
Var(Variable):
14
15
_default =
"default"
16
side_effect = False
17
18
def
set(self, value):
19
self.side_effect = True
20
super().set(value)
21
22
23
class
TestBase(unittest.TestCase):
Callers
1
test_initialize
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_initialize
Method · 0.56