MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_system_alias

Method test_system_alias

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

Source from the content-addressed store, hash-verified

204 platform._sys_version('2. 4.3 (truncation) \n[GCC]')
205
206 def test_system_alias(self):
207 res = platform.system_alias(
208 platform.system(),
209 platform.release(),
210 platform.version(),
211 )
212
213 def test_uname(self):
214 res = platform.uname()

Callers

nothing calls this directly

Calls 2

releaseMethod · 0.45
versionMethod · 0.45

Tested by

no test coverage detected