Home
last modified time | relevance | path

Searched refs:lists (Results 1 – 1 of 1) sorted by relevance

/math/
A Dgen-tgmath-tests.py281 def list_product_initial(initial, lists): argument
285 if not lists:
287 return list_product_initial([a + [b] for a in initial for b in lists[0]],
288 lists[1:])
290 def list_product(lists): argument
293 return list_product_initial([[]], lists)

Completed in 5 milliseconds