MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __next__

Method __next__

tools/python-3.11.9-amd64/Lib/_pyio.py:2557–2564  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2555 return result
2556
2557 def __next__(self):
2558 self._telling = False
2559 line = self.readline()
2560 if not line:
2561 self._snapshot = None
2562 self._telling = self._seekable
2563 raise StopIteration
2564 return line
2565
2566 def readline(self, size=None):
2567 if self.closed:

Callers

nothing calls this directly

Calls 1

readlineMethod · 0.95

Tested by

no test coverage detected