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

Method test_dropwhile

Lib/test/test_itertools.py:2052–2054  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2050 self.makecycle(cycle([a]*2), a)
2051
2052 def test_dropwhile(self):
2053 a = []
2054 self.makecycle(dropwhile(bool, [0, a, a]), a)
2055
2056 def test_groupby(self):
2057 a = []

Callers

nothing calls this directly

Calls 1

makecycleMethod · 0.95

Tested by

no test coverage detected