Searched defs:StrJSON (Results 1 – 4 of 4) sorted by relevance
61 def worker_process(worker_json: StrJSON) -> NoReturn:
199 def from_json(worker_json: StrJSON) -> 'WorkerRunTests':
199 def from_json(worker_json: StrJSON) -> 'TestResult':
51 StrJSON = str variable