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

Method __next__

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

Source from the content-addressed store, hash-verified

584 return self
585
586 def __next__(self):
587 line = self.readline()
588 if not line:
589 raise StopIteration
590 return line
591
592 def readlines(self, hint=None):
593 """Return a list of lines from the stream.

Callers

nothing calls this directly

Calls 1

readlineMethod · 0.95

Tested by

no test coverage detected