Package rpmUtils :: Module transaction :: Class TransactionWrapper
[hide private]
[frames] | no frames]

Class TransactionWrapper

source code

Instance Methods [hide private]
 
__init__(self, root='/') source code
 
__del__(self) source code
 
close(self) source code
 
__getattr__(self, attr) source code
 
__iter__(self) source code
 
getMethod(self, method) source code
 
pushVSFlags(self, flags) source code
 
popVSFlags(self) source code
 
addTsFlag(self, flag) source code
 
test(self, cb, conf={})
tests the ts we've setup, takes a callback function and a conf dict for flags and what not
source code
 
returnLeafNodes(self, headers=False)
returns a list of package tuples (n,a,e,v,r) that are not required by any other package on the system If headers is True then it will return a list of (header, index) tuples
source code