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

Class Guess3Len5

Lib/test/test_iter.py:695–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693 return i
694
695 class Guess3Len5(NoGuessLen5):
696 def __len__(self):
697 return 3
698
699 class Guess30Len5(NoGuessLen5):
700 def __len__(self):

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…