os.arch()
Returns the operating system CPU architecture. Possible values are 'x64'
, 'arm'
and 'ia32'
. Returns the value of process.arch
.
os.arch()
Returns the operating system CPU architecture. Possible values are 'x64'
, 'arm'
and 'ia32'
. Returns the value of process.arch
.
Please login to continue.