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

Function version

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

Returns the system's release version, e.g. '#3 on degas' An empty string is returned if the value cannot be determined.

()

Source from the content-addressed store, hash-verified

940 return uname().release
941
942def version():
943
944 """ Returns the system's release version, e.g. '#3 on degas'
945
946 An empty string is returned if the value cannot be determined.
947
948 """
949 return uname().version
950
951def machine():
952

Callers

nothing calls this directly

Calls 1

unameFunction · 0.70

Tested by

no test coverage detected