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

Method __iter__

Lib/_pyio.py:551–553  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

549 return res.take_bytes()
550
551 def __iter__(self):
552 self._checkClosed()
553 return self
554
555 def __next__(self):
556 line = self.readline()

Callers

nothing calls this directly

Calls 1

_checkClosedMethod · 0.95

Tested by

no test coverage detected