Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
class
TestBase(unittest.TestCase):
Callers
15
test_initialize
Method · 0.95
task
Function · 0.45
test_insensitive
Method · 0.45
test_case_insensitivity
Method · 0.45
test
Method · 0.45
handle_client
Method · 0.45
connection_made
Method · 0.45
asgi
Method · 0.45
test_to_thread_contextvars
Method · 0.45
do_set
Method · 0.45
f
Method · 0.45
task
Method · 0.45
Calls
1
super
Class · 0.85
Tested by
no test coverage detected