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

Method get

tools/python-3.11.9-amd64/Lib/platform.py:737–739  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

735class _Processor:
736 @classmethod
737 def get(cls):
738 func = getattr(cls, f'get_{sys.platform}', cls.from_subprocess)
739 return func() or ''
740
741 def get_win32():
742 return os.environ.get('PROCESSOR_IDENTIFIER', _get_machine_win32())

Callers 7

_comparable_versionFunction · 0.45
win32_verFunction · 0.45
_get_machine_win32Function · 0.45
get_win32Method · 0.45
processorMethod · 0.45
_sys_versionFunction · 0.45
platformFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected