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

Class _WrapNoExceptions

source code

Instance Methods [hide private]
 
__init__(self, parent) source code
 
__getattr__(self, name)
Wraps all access to the parent functions.
source code
Method Details [hide private]

__getattr__(self, name)
(Qualification operator)

source code 

Wraps all access to the parent functions. This is so it'll eat all exceptions because rpm doesn't like exceptions in the callback.