Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ full
Method
full
Lib/test/test_functools.py:1961–1964 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
1959
1960
start = threading.Event()
1961
def
full(k):
1962
start.wait(10)
1963
for
_ in range(m):
1964
self.assertEqual(f(k, 0), orig(k, 0))
1965
1966
def
clear():
1967
start.wait(10)
Callers
5
basic_queue_test
Method · 0.45
queue_full
Function · 0.45
_test_queue
Method · 0.45
test_queue
Method · 0.45
test_full
Method · 0.45
Calls
3
f
Function · 0.70
wait
Method · 0.45
assertEqual
Method · 0.45
Tested by
no test coverage detected