platform.machine()Returns the type of machine, for example. 'I386'. An empty string is returned if the value cannot be specified.
platform.machine()
What are the possible values for this field?
On platforms with os.uname()this information comes directly from the result of this API call . That is, it platform.machine()returns the same as the command uname -m.
os.uname()
uname -m
So the answer really depends on the implementation of the kernel system call uname(2). For this, see this question and answer:
uname(2)
Possible values for `uname -m` (utsname.machine)
Source: https://habr.com/ru/post/1681541/More articles:IOS quickly, how to find out when ActivityViewController was successfully used - iosПредупреждение: setState (...): невозможно обновить во время существующего перехода состояния - javascriptThree.js: The correct way to setIndex / indexes for BufferGeometry? - three.jsEffect of the FLAT operand on the SEGMENT directive? - assemblyPrettier does not work to change double quote to single quote in visual code - eslintSwift3 iOS -Firebase FIREmailPasswordAuthProvider not working - iosPossible values for `uname -m` - linuxhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1681544/symfony-3-doctrine-get-changes-to-associations-in-entity-change-set&usg=ALkJrhhWwN4bevgZUOKUgnlDnzXE32Z_CASymfony2 Doctrine2 postPersist on Associations - symfonyКак добавить разделитель раздела в навигационном ящике с помощью интерактивной навигации - react-nativeAll Articles