MCPcopy 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

moveFunction · 0.80
_access_checkFunction · 0.80
executableFunction · 0.80
test_directoryMethod · 0.80
setUpModuleFunction · 0.80
_do_singleMethod · 0.80
requiresWriteAccessMethod · 0.80
test_accessMethod · 0.80
test_accessMethod · 0.80
test_access_dir_fdMethod · 0.80
test_accessMethod · 0.80

Calls 1

CClass · 0.70

Tested by

no test coverage detected