module documentation

cpuinfo

Copyright 2002 Pearu Peterson all rights reserved, Pearu Peterson <pearu@cens.ioc.ee> Permission to use, modify, and distribute this software is given under the terms of the NumPy (BSD style) license. See LICENSE.txt that came with this distribution for specifics.

NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. Pearu Peterson

Class CPUInfoBase Holds CPU information and provides methods for requiring the availability of various CPU features.
Class DarwinCPUInfo Undocumented
Class IRIXCPUInfo Undocumented
Class LinuxCPUInfo Undocumented
Class SunOSCPUInfo Undocumented
Class Win32CPUInfo Undocumented
Function command_by_line Undocumented
Function command_info Undocumented
Function getoutput Undocumented
Function key_value_from_command Undocumented
Variable cpu Undocumented
def command_by_line(cmd, successful_status=(0), stacklevel=1): (source)

Undocumented

def command_info(successful_status=(0), stacklevel=1, **kw): (source)

Undocumented

def getoutput(cmd, successful_status=(0), stacklevel=1): (source)

Undocumented

def key_value_from_command(cmd, sep, successful_status=(0), stacklevel=1): (source)

Undocumented

Undocumented