lide.platform¶
The platform library allows us to interact with basic aspects of the Operating System as the architecture, version and the name of operating system that is being used. It is useful to identify the current operating system in order to improve the convergence of our applications.
platform.get_osarch¶
Gets the architecture of current Operating System.
| string | platform.get_osarch() |