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

Method get_win32

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

Source from the content-addressed store, hash-verified

739 return func() or ''
740
741 def get_win32():
742 return os.environ.get('PROCESSOR_IDENTIFIER', _get_machine_win32())
743
744 def get_OpenVMS():
745 try:

Callers

nothing calls this directly

Calls 2

_get_machine_win32Function · 0.85
getMethod · 0.45

Tested by

no test coverage detected