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

Method makecycle

Lib/test/test_itertools.py:2010–2013  ·  view source on GitHub ↗
(self, iterator, container)

Source from the content-addressed store, hash-verified

2008class TestGC(unittest.TestCase):
2009
2010 def makecycle(self, iterator, container):
2011 container.append(iterator)
2012 next(iterator)
2013 del container, iterator
2014
2015 def test_accumulate(self):
2016 a = []

Callers 15

test_accumulateMethod · 0.95
test_batchedMethod · 0.95
test_chainMethod · 0.95
test_combinationsMethod · 0.95
test_compressMethod · 0.95
test_countMethod · 0.95
test_cycleMethod · 0.95
test_dropwhileMethod · 0.95
test_groupbyMethod · 0.95
test_filterMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected