MCPcopy Create free account
hub / github.com/Singular/Singular / cart.py

File cart.py

Singular/dyn_modules/python/cart.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import itertools
2def xcombine(*seqin):
3 '''returns a generator which returns combinations of argument sequences
4for example xcombine((1,2),(3,4)) returns a generator; calling the next()

Callers

nothing calls this directly

Calls 1

cartnFunction · 0.85

Tested by

no test coverage detected