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

Method make_eventqueue

Lib/test/test_pyrepl/test_eventqueue.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24class EventQueueTestBase:
25 """OS-independent mixin"""
26 def make_eventqueue(self) -> base_eventqueue.BaseEventQueue:
27 raise NotImplementedError()
28
29 def test_get(self):
30 eq = self.make_eventqueue()

Calls

no outgoing calls

Tested by

no test coverage detected