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

Calls 3

fFunction · 0.70
waitMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected