Package roslib :: Module os_detect :: Class Cygwin
[frames] | no frames]

Class Cygwin

source code

OSBase --+
         |
        Cygwin

Detect Cygwin presence on Windows OS.

Instance Methods
 
check_presence(self)
Return if the specific OS which this class is designed to detect is present.
source code
 
get_version(self)
Return the standardized version for this OS.
source code
 
get_name(self)
Return the standardized name for this OS.
source code
Method Details

check_presence(self)

source code 

Return if the specific OS which this class is designed to detect is present. Only one version of this class should return for any version.

Overrides: OSBase.check_presence
(inherited documentation)

get_version(self)

source code 

Return the standardized version for this OS. (ala Ubuntu Hardy Heron = "8.04")

Overrides: OSBase.get_version
(inherited documentation)

get_name(self)

source code 

Return the standardized name for this OS. (ala Ubuntu Hardy Heron = "ubuntu")

Overrides: OSBase.get_name
(inherited documentation)