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

Method test_iter_empty

Lib/test/test_iter.py:425–426  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

423
424 # Test an empty list
425 def test_iter_empty(self):
426 self.check_for_loop(iter([]), [])
427
428 # Test a tuple
429 def test_iter_tuple(self):

Callers

nothing calls this directly

Calls 1

check_for_loopMethod · 0.95

Tested by

no test coverage detected