Ejemplo n.º 1
0
 def __call__(self, *args, **kwargs):
     six.reraise(*self.exception)
Ejemplo n.º 2
0
 def __call__(self, *args, **kwargs):
     six.reraise(*self.exception)
Ejemplo n.º 3
0
 def __getattribute__(self, name):
     if name == 'exception':
         return object.__getattribute__(self, name)
     six.reraise(*self.exception)
Ejemplo n.º 4
0
 def __getattribute__(self, name):
     if name == 'exception':
         return object.__getattribute__(self, name)
     six.reraise(*self.exception)