Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __iter__
Method
__iter__
Lib/platform.py:894–898 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
892
return
_unknown_as_blank(_Processor.get())
893
894
def
__iter__(self):
895
return
itertools.chain(
896
super().__iter__(),
897
(self.processor,)
898
)
899
900
@classmethod
901
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