Package moap :: Package util :: Module distro :: Class Distro
[hide private]
[frames] | no frames]

Class Distro

source code

Instance Methods [hide private]
 
__init__(self, description, distributor, release, arch) source code
 
atLeast(self, release)
@param release: release to compare with @type release: str
source code
Class Variables [hide private]
str description = None
a longer human-readable name for the distro
str distributor = None
a short lower-case identifier for the distro
str release = None
the version of the distro
str arch = None
the architecture of the distro
Method Details [hide private]

atLeast(self, release)

source code 

@param release: release to compare with
@type  release: str

Returns: whether the distro is at least as new as the given release,
         taking non-numbers into account.