| Server IP : 77.68.64.21 / Your IP : 216.73.217.145 Web Server : Apache System : Linux hp3-wp-1011352.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els9.x86_64 #1 SMP Fri Jul 10 17:06:31 UTC 2026 x86_64 User : csh2516497 ( 2094697) PHP Version : 8.3.30 Disable Function : shell_exec,exec,system,popen,set_time_limit MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python2.7/site-packages/yum/ |
Upload File : |
�
�v_c @ s� d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Td d l m Z d d l
m Z d d l Z d d l
Z
d d d � � YZ d d d � � YZ d e f d
� � YZ d d d � � YZ d
d d � � YZ d S( i����N( t *( t _( t TransactionMembert NoOutputCallBackc B s5 e Z d � Z d � Z d � Z d � Z d � Z RS( c C s d S( N( ( t self( ( s0 /usr/lib/python2.7/site-packages/yum/rpmtrans.pyt __init__! s c C s d S( s�
@param package: A yum package object or simple string of a package name
@param action: A yum.constant transaction set state or in the obscure
rpm repackage case it could be the string 'repackaging'
@param te_current: current number of bytes processed in the transaction
element being processed
@param te_total: total number of bytes in the transaction element being
processed
@param ts_current: number of processes completed in whole transaction
@param ts_total: total number of processes in the transaction.
N( ( R t packaget actiont
te_currentt te_totalt
ts_currentt ts_total( ( s0 /usr/lib/python2.7/site-packages/yum/rpmtrans.pyt event$ s c C s d S( sP package is the package. msgs is the messages that were
output (if any).N( ( R R t msgs( ( s0 /usr/lib/python2.7/site-packages/yum/rpmtrans.pyt scriptout4 s c C s d S( s takes a simple error msg stringN( ( R t msg( ( s0 /usr/lib/python2.7/site-packages/yum/rpmtrans.pyt errorlog9 s c C s d S( sv package is the same as in event() - a package object or simple string
action is also the same as in event()N( ( R R R ( ( s0 /usr/lib/python2.7/site-packages/yum/rpmtrans.pyt filelog>