MCPcopy 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_SPACEMethod · 0.80
test_processorMethod · 0.80

Calls 2

_unknown_as_blankFunction · 0.85
getMethod · 0.45

Tested by 2

testCMSG_SPACEMethod · 0.64
test_processorMethod · 0.64