Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ full
Method
full
Lib/test/test_functools.py:1930–1933 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
1928
1929
start = threading.Event()
1930
def
full(k):
1931
start.wait(10)
1932
for
_ in range(m):
1933
self.assertEqual(f(k, 0), orig(k, 0))
1934
1935
def
clear():
1936
start.wait(10)
Callers
4
basic_queue_test
Method · 0.45
queue_full
Function · 0.45
_test_queue
Method · 0.45
test_queue
Method · 0.45
Calls
3
f
Function · 0.70
wait
Method · 0.45
assertEqual
Method · 0.45
Tested by
no test coverage detected