Home
last modified time | relevance | path

Searched defs:QueueOutput (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/libregrtest/
Druntest_mp.py123 QueueOutput = tuple[Literal[False], MultiprocessResult] | tuple[Literal[True], ExcStr] variable
439 def _process_result(self, item: QueueOutput) -> bool: