Searched refs:_wmi_query (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/ |
D | platform.py | 321 def _wmi_query(table, *keys): function 390 (version, product_type, ptype, spmajor, spminor) = _wmi_query( 844 [arch, *_] = _wmi_query('CPU', 'Architecture') 872 manufacturer, caption = _wmi_query('CPU', 'Manufacturer', 'Caption')
|