Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/test_queue.py:689–691 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
687
class
PriorityQueueTest(BaseQueueTestMixin):
688
689
def
setUp(self):
690
self.type2test = self.queue.PriorityQueue
691
super().setUp()
692
693
694
class
PyPriorityQueueTest(PriorityQueueTest, unittest.TestCase):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
setUp
Method · 0.45
Tested by
no test coverage detected