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

Function release

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

Returns the system's release, e.g. '2.2.0' or 'NT' An empty string is returned if the value cannot be determined.

()

Source from the content-addressed store, hash-verified

931 return uname().node
932
933def release():
934
935 """ Returns the system's release, e.g. '2.2.0' or 'NT'
936
937 An empty string is returned if the value cannot be determined.
938
939 """
940 return uname().release
941
942def version():
943

Callers 1

_removeHandlerRefFunction · 0.50

Calls 1

unameFunction · 0.70

Tested by

no test coverage detected