MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / processor

Method processor

tools/python-3.11.9-amd64/Lib/platform.py:793–794  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

791
792 @functools.cached_property
793 def processor(self):
794 return _unknown_as_blank(_Processor.get())
795
796 def __iter__(self):
797 return itertools.chain(

Callers

nothing calls this directly

Calls 2

_unknown_as_blankFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected