Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ access
Method
access
Lib/test/test_free_threading/test_races.py:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
cell_a.cell_contents += 1
93
94
def
access():
95
cell_a == cell_b
96
s = repr(cell_a)
97
98
# cell_richcompare() and cell_repr used to have data races
99
do_race(mutate, access)
Callers
12
move
Function · 0.80
_access_check
Function · 0.80
executable
Function · 0.80
test_directory
Method · 0.80
setUpModule
Function · 0.80
test_non_matching_mode
Method · 0.80
_do_single
Method · 0.80
requiresWriteAccess
Method · 0.80
test_access
Method · 0.80
test_access
Method · 0.80
test_access_dir_fd
Method · 0.80
test_access
Method · 0.80
Calls
1
C
Class · 0.70
Tested by
no test coverage detected