MCPcopy 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

iterFunction · 0.85

Tested by

no test coverage detected