Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ mutate
Method
mutate
Lib/test/test_free_threading/test_races.py:91–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
cell_a, cell_b = nested_func()
90
91
def
mutate():
92
cell_a.cell_contents += 1
93
94
def
access():
95
cell_a == cell_b
Callers
nothing calls this directly
Calls
6
make_shared_key_dict
Method · 0.95
property
Class · 0.85
assertTrue
Method · 0.80
assertFalse
Method · 0.80
C
Class · 0.70
sleep
Method · 0.45
Tested by
no test coverage detected