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

Method test_system_alias

Lib/test/test_platform.py:257–262  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255 platform._sys_version('2. 4.3 (truncation) \n[GCC]')
256
257 def test_system_alias(self):
258 res = platform.system_alias(
259 platform.system(),
260 platform.release(),
261 platform.version(),
262 )
263
264 def test_uname(self):
265 res = platform.uname()

Callers

nothing calls this directly

Calls 2

releaseMethod · 0.45
versionMethod · 0.45

Tested by

no test coverage detected