applicationPlatformInfo()
  → string
                
            
Most of the time you can use Python’s platform module to get information
about the current operating system, processor type, etc.  However, this
function can provide information not available through the platform module,
such as the version of the compiler that compiled Houdini.
>>> hou.applicationPlatformInfo() linux-x86_64-gcc4.4
| See also |