Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_version
Method
test_version
Lib/test/test_platform.py:161–162 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
159
res = platform.release()
160
161
def
test_version(self):
162
res = platform.version()
163
164
def
test_machine(self):
165
res = platform.machine()
Callers
nothing calls this directly
Calls
1
version
Method · 0.45
Tested by
no test coverage detected