MCPcopy 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

21minsize = -maxsize-1
22
23def lzip(*args):
24 return list(zip(*args))
25
26def onearg(x):
27 'Test function of one argument'

Callers 9

test_builtin_zipMethod · 0.85
test_countMethod · 0.85
test_count_with_stepMethod · 0.85
test_zipMethod · 0.85
test_repeatMethod · 0.85
test_teeMethod · 0.85
test_tee_recipeMethod · 0.85
test_zipMethod · 0.85
test_starmapMethod · 0.85

Calls 1

listClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…