Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py130 QueueOutput = tuple[Literal[False], MultiprocessResult] | tuple[Literal[True], ExcStr] variable
449 def _process_result(self, item: QueueOutput) -> bool: