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

Method test_version

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

Source from the content-addressed store, hash-verified

108 res = platform.release()
109
110 def test_version(self):
111 res = platform.version()
112
113 def test_machine(self):
114 res = platform.machine()

Callers

nothing calls this directly

Calls 1

versionMethod · 0.45

Tested by

no test coverage detected