コード例 #1
0
	def is_nextgen(self):
		if about.getCpuCoresInt() < 2 or about.getCPUSpeedMHzInt() < 750:
			return False
		return True
コード例 #2
0
ファイル: HardwareInfo.py プロジェクト: Ormiwhite/enigma2-1
 def is_nextgen(self):
     if about.getCpuCoresInt() in ('BCM7346B2', 'BCM7425B2', 'BCM7429B0',
                                   'ARMv7'):
         return True
     return False