Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __iter__
Method
__iter__
tools/python-3.11.9-amd64/Lib/_pyio.py:582–584 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
580
return
bytes(res)
581
582
def
__iter__(self):
583
self._checkClosed()
584
return
self
585
586
def
__next__(self):
587
line = self.readline()
Callers
nothing calls this directly
Calls
1
_checkClosed
Method · 0.95
Tested by
no test coverage detected