Searched refs:groupCaseList (Results 1 – 1 of 1) sorted by relevance
276 unionOperation = lambda resultCasesSet, groupCaseList: resultCasesSet.union(set(groupCaseList)) argument295 def matchOperation(resultCasesSet, groupCaseList): argument296 for caseName in groupCaseList: