Package yum :: Module rpmsack :: Class RPMDBAdditionalData
[hide private]
[frames] | no frames]

Class RPMDBAdditionalData

source code


class for access to the additional data not able to be stored in the rpmdb

Instance Methods [hide private]
 
__init__(self, db_path='/var/lib/yum/yumdb')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_load_all_package_paths(self) source code
 
_get_dir_name(self, pkgtup, pkgid) source code
 
get_package(self, po=None, pkgtup=None, pkgid=None)
Return an RPMDBAdditionalDataPackage Object for this package
source code
 
sync_with_rpmdb(self, rpmdbobj)
populate out the dirs and remove all the items no longer in the rpmd and/or populate various bits to the currently installed version
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, db_path='/var/lib/yum/yumdb')
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)