A structure containing information about a Linux distribution as returned by the lsb_release
utility.
See wx.GetLinuxDistributionInfo or PlatformInfo.GetLinuxDistributionInfo
for more info.
CodeName |
A public C++ attribute of type string . The code name of the distribution; e.g. “jaunty”. |
Description |
A public C++ attribute of type string . The description of the distribution; e.g. “Ubuntu 9.04”. |
Id |
A public C++ attribute of type string . The id of the distribution; e.g. “Ubuntu”. |
Release |
A public C++ attribute of type string . The version of the distribution; e.g. “9.04”. |
wx.
LinuxDistributionInfo
(object)¶A structure containing information about a Linux distribution as returned by the lsb_release utility.
__ne__
(self)¶Parameters: | ldi (wx.LinuxDistributionInfo) – |
---|
__eq__
(self)¶Parameters: | ldi (wx.LinuxDistributionInfo) – |
---|
CodeName
¶A public C++ attribute of type string
. The code name of the distribution; e.g. “jaunty”.
Description
¶A public C++ attribute of type string
. The description of the distribution; e.g. “Ubuntu 9.04”.
Id
¶A public C++ attribute of type string
. The id of the distribution; e.g. “Ubuntu”.
Release
¶A public C++ attribute of type string
. The version of the distribution; e.g. “9.04”.