MCPcopy 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_testMethod · 0.45
queue_fullFunction · 0.45
_test_queueMethod · 0.45
test_queueMethod · 0.45
test_fullMethod · 0.45

Calls 3

fFunction · 0.70
waitMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected