MCPcopy Index your code
hub / github.com/python/cpython / Guess30Len5

Class Guess30Len5

Lib/test/test_iter.py:699–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 return 3
698
699 class Guess30Len5(NoGuessLen5):
700 def __len__(self):
701 return 30
702
703 def lzip(*args):
704 return list(zip(*args))

Callers 1

test_builtin_zipMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_builtin_zipMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…