MCPcopy 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
13class 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
23class TestBase(unittest.TestCase):

Callers 1

test_initializeMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_initializeMethod · 0.56