Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
itertools
2
def
xcombine(*seqin):
3
''
&
#x27;returns a generator which returns combinations of argument sequences
4
for
example xcombine((1,2),(3,4)) returns a generator; calling the next()
Callers
nothing calls this directly
Calls
1
cartn
Function · 0.85
Tested by
no test coverage detected