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

Function machine

tools/python-3.11.9-amd64/Lib/platform.py:951–958  ·  view source on GitHub ↗

Returns the machine type, e.g. 'i386' An empty string is returned if the value cannot be determined.

()

Source from the content-addressed store, hash-verified

949 return uname().version
950
951def machine():
952
953 """ Returns the machine type, e.g. 'i386'
954
955 An empty string is returned if the value cannot be determined.
956
957 """
958 return uname().machine
959
960def processor():
961

Callers

nothing calls this directly

Calls 1

unameFunction · 0.70

Tested by

no test coverage detected