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:673–675 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
671
class
LifoQueueTest(BaseQueueTestMixin):
672
673
def
setUp(self):
674
self.type2test = self.queue.LifoQueue
675
super().setUp()
676
677
678
class
PyLifoQueueTest(LifoQueueTest, unittest.TestCase):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
setUp
Method · 0.45
Tested by
no test coverage detected