MCPcopy Index your code
hub / github.com/python/cpython / setUp

Method setUp

Lib/test/test_queue.py:675–677  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

673class LifoQueueTest(BaseQueueTestMixin):
674
675 def setUp(self):
676 self.type2test = self.queue.LifoQueue
677 super().setUp()
678
679
680class PyLifoQueueTest(LifoQueueTest, unittest.TestCase):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected