Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ lzip
Function
lzip
Lib/test/test_itertools.py:23–24 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
21
minsize = -maxsize-1
22
23
def
lzip(*args):
24
return
list(zip(*args))
25
26
def
onearg(x):
27
'Test function of one argument'
Callers
9
test_builtin_zip
Method · 0.85
test_count
Method · 0.85
test_count_with_step
Method · 0.85
test_zip
Method · 0.85
test_repeat
Method · 0.85
test_tee
Method · 0.85
test_tee_recipe
Method · 0.85
test_zip
Method · 0.85
test_starmap
Method · 0.85
Calls
1
list
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…