Ejemplo n.º 1
0
 def check_call(self, *args, **kwargs):
     return check_process_call(self.call, args, kwargs) # TODO
Ejemplo n.º 2
0
 def check_call(cls, *args, **kwargs):
     return check_process_call(cls.call, args, kwargs)