MCPcopy Index your code
hub / github.com/python/cpython / version

Function version

Lib/platform.py:1042–1049  ·  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

1040 return uname().release
1041
1042def version():
1043
1044 """ Returns the system's release version, e.g. '#3 on degas'
1045
1046 An empty string is returned if the value cannot be determined.
1047
1048 """
1049 return uname().version
1050
1051def machine():
1052

Callers

nothing calls this directly

Calls 1

unameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…