def turn_off(self):
     self.actions_on_reopen_port()
     return MobileDevice.turn_off(self)
Beispiel #2
0
 def turn_off(self):
     self.actions_on_open_port()
     return MobileDevice.turn_off(self)