class documentation

class CPUInfoBase:

Known subclasses: numpy.distutils.cpuinfo.DarwinCPUInfo, numpy.distutils.cpuinfo.IRIXCPUInfo, numpy.distutils.cpuinfo.LinuxCPUInfo, numpy.distutils.cpuinfo.SunOSCPUInfo, numpy.distutils.cpuinfo.Win32CPUInfo

View In Hierarchy

Holds CPU information and provides methods for requiring the availability of various CPU features.
Method __get​_nbits Undocumented
Method __getattr__ Undocumented
Method _get​NCPUs Undocumented
Method ​_is​_32bit Undocumented
Method ​_is​_64bit Undocumented
Method ​_try​_call Undocumented
def __get_nbits(self):

Undocumented

def __getattr__(self, name):

Undocumented

def _is_32bit(self):

Undocumented

def _is_64bit(self):

Undocumented

def _try_call(self, func):

Undocumented