mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
6 lines
188 B
Python
6 lines
188 B
Python
import windows
|
|
import windows.native_exec.cpuid
|
|
|
|
def test_native_exec_cpuid():
|
|
assert windows.native_exec.cpuid.do_cpuid(0)
|
|
assert windows.native_exec.cpuid.get_proc_family_model() |