Package pyrdnap :: Module __pygeodesy
[frames] | no frames]

Module __pygeodesy

(INTERNAL) pyrdnap access to some private pygeodesy attributes.


Version: 26.06.18

Classes
  RDNAPError
Error raised for RD, NAP, unzip and other issues.
Functions
 
machine()
Return standard platform.machine, but distinguishing Intel native from Intel emulation on Apple Silicon (on macOS only).
Function Details

machine()

 

Return standard platform.machine, but distinguishing Intel native from Intel emulation on Apple Silicon (on macOS only).

Returns:
Machine 'arm64' for Apple Silicon native, 'x86_64' for Intel native, "arm64_x86_64" for Intel emulation, etc. (str with commas replaced by underscores).