Package yum :: Module rpmtrans :: Class RPMTransaction
[hide private]
[frames] | no frames]

Class RPMTransaction

source code

Instance Methods [hide private]
 
__init__(self, base, test=False, display=<class yum.rpmtrans.NoOutputCallBack at 0x8b5a74c>) source code
 
_fdSetNonblock(self, fd)
Set the Non-blocking flag for a filedescriptor.
source code
 
_fdSetCloseOnExec(self, fd)
Set the close on exec.
source code
 
_setupOutputLogging(self, rpmverbosity='info') source code
 
_shutdownOutputLogging(self) source code
 
_scriptOutput(self) source code
 
_scriptout(self, data) source code
 
__del__(self) source code
 
_dopkgtup(self, hdr) source code
 
_makeHandle(self, hdr) source code
 
ts_done(self, package, action)
writes out the portions of the transaction which have completed
source code
 
ts_all(self)
write out what our transaction will do
source code
 
callback(self, what, bytes, total, h, user) source code
 
_transStart(self, bytes, total, h) source code
 
_transProgress(self, bytes, total, h) source code
 
_transStop(self, bytes, total, h) source code
 
_instOpenFile(self, bytes, total, h) source code
 
_instCloseFile(self, bytes, total, h) source code
 
_instProgress(self, bytes, total, h) source code
 
_unInstStart(self, bytes, total, h) source code
 
_unInstProgress(self, bytes, total, h) source code
 
_unInstStop(self, bytes, total, h) source code
 
_rePackageStart(self, bytes, total, h) source code
 
_rePackageStop(self, bytes, total, h) source code
 
_rePackageProgress(self, bytes, total, h) source code
 
_cpioError(self, bytes, total, h) source code
 
_unpackError(self, bytes, total, h) source code
 
_scriptError(self, bytes, total, h) source code
Method Details [hide private]

_fdSetCloseOnExec(self, fd)

source code 

Set the close on exec. flag for a filedescriptor.