Searched refs:TestQueue (Results 1 – 2 of 2) sorted by relevance
236 TestQueue = Queue[TestInfo] # this is only processed by mypy variable 238 TestQueue = Queue # this will be executed at runtime variable 304 tasks_queue = TestQueue()724 tasks_queue: TestQueue, argument
10 class TestQueue(TestBase): class