Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/test_queue.py:93–95 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
92
class
BaseQueueTestMixin(BlockingTestMixin):
93
def
setUp(self):
94
self.cum = 0
95
self.cumlock = threading.Lock()
96
97
def
basic_queue_test(self, q):
98
if
q.qsize():
Callers
nothing calls this directly
Calls
1
Lock
Method · 0.80
Tested by
no test coverage detected