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