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

Method set

Lib/test/test_tkinter/test_variables.py:18–20  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

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 15

test_initializeMethod · 0.95
taskFunction · 0.45
test_insensitiveMethod · 0.45
testMethod · 0.45
handle_clientMethod · 0.45
connection_madeMethod · 0.45
asgiMethod · 0.45
do_setMethod · 0.45
fMethod · 0.45
taskMethod · 0.45

Calls 1

superClass · 0.85

Tested by

no test coverage detected