Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __iter__
Method
__iter__
Lib/os.py:1064–1065 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1062
def
__getattr__(self, name):
1063
return
getattr(self._stream, name)
1064
def
__iter__(self):
1065
return
iter(self._stream)
1066
1067
__all__.append(
"popen"
)
1068
Callers
nothing calls this directly
Calls
1
iter
Function · 0.85
Tested by
no test coverage detected