Package dogtail :: Module distro :: Class _ConaryPackageDb
[hide private]
[frames] | no frames]

Class _ConaryPackageDb

source code

PackageDb --+
            |
           _ConaryPackageDb

Instance Methods [hide private]
 
__init__(self) source code
 
getVersion(self, packageName)
Method to get the version of an installed package as a Version instance (or raise an exception if not found)
source code

Inherited from PackageDb: getDependencies, getFiles, getMoFiles

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: PackageDb.__init__

getVersion(self, packageName)

source code 

Method to get the version of an installed package as a Version instance (or raise an exception if not found)

Note: does not know about distributions' internal revision numbers.

Overrides: PackageDb.getVersion
(inherited documentation)