Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_value
Method
set_value
Lib/test/test_opcache.py:1652–1655 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
1650
1651
@reset_code
1652
def
set_value(n):
1653
c = C()
1654
for
i in range(n):
1655
c.x = i
1656
1657
set_value(_testinternalcapi.SPECIALIZATION_THRESHOLD)
1658
Callers
nothing calls this directly
Calls
1
C
Class · 0.70
Tested by
no test coverage detected