Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_queue.py:691–693 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
689
class
PriorityQueueTest(BaseQueueTestMixin):
690
691
def
setUp(self):
692
self.type2test = self.queue.PriorityQueue
693
super().setUp()
694
695
696
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