Searched refs:_platform (Results 1 – 2 of 2) sorted by relevance
9 import platform as _platform namespace17 host_platform = _platform.system().lower()50 host_machine = _platform.machine()
38 import platform as _platform namespace162 host_platform = _platform.system().lower()165 …nviron.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _platform.machine()))