Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __iter__
Method
__iter__
Lib/platform.py:939–943 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
937
return
_unknown_as_blank(_Processor.get())
938
939
def
__iter__(self):
940
return
itertools.chain(
941
super().__iter__(),
942
(self.processor,)
943
)
944
945
@classmethod
946
def
_make(cls, iterable):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
chain
Method · 0.80
Tested by
no test coverage detected