platform.uname()¶
-
platform.uname()[source]¶ Fairly portable uname interface. Returns a tuple of strings (system,node,release,version,machine,processor) identifying the underlying platform.
Note that unlike the os.uname function this also returns possible processor information as an additional tuple entry.
Entries which cannot be determined are set to ‘’.