MCPcopy 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_dictMethod · 0.95
propertyClass · 0.85
assertTrueMethod · 0.80
assertFalseMethod · 0.80
CClass · 0.70
sleepMethod · 0.45

Tested by

no test coverage detected