Searched refs:badarr (Results 1 – 1 of 1) sorted by relevance
/curl/tests/ |
H A D | ech_combos.py | 33 def CombinationRepetitionUtil(chosen, arr, badarr, index, argument 45 if chosen[j] in badarr: 70 CombinationRepetitionUtil(chosen, arr, badarr, index + 1, 72 CombinationRepetitionUtil(chosen, arr, badarr, index, 79 def CombinationRepetition(arr, badarr, n, r): argument 87 CombinationRepetitionUtil(chosen, arr, badarr, 0, r, 0, n) 90 badarr = [ '--ech grease', '--ech false', '--ech ecl:$badecl', '--ech pn:$badpn' ] variable 92 arr = badarr + goodarr 96 CombinationRepetition(arr, badarr, n, r)
|
Completed in 3 milliseconds