Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ processor
Method
processor
Lib/platform.py:891–892 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
889
890
@functools.cached_property
891
def
processor(self):
892
return
_unknown_as_blank(_Processor.get())
893
894
def
__iter__(self):
895
return
itertools.chain(
Callers
2
testCMSG_SPACE
Method · 0.80
test_processor
Method · 0.80
Calls
2
_unknown_as_blank
Function · 0.85
get
Method · 0.45
Tested by
2
testCMSG_SPACE
Method · 0.64
test_processor
Method · 0.64