MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / setAlarm

Method setAlarm

src/com/dtmilano/android/viewclient.py:2839–2843  ·  view source on GitHub ↗
(timeout)

Source from the content-addressed store, hash-verified

2837
2838 @staticmethod
2839 def setAlarm(timeout):
2840 osName = platform.system()
2841 if osName.startswith('Windows'): # alarm is not implemented in Windows
2842 return
2843 signal.alarm(timeout)
2844
2845 @staticmethod
2846 def connectToDeviceOrExit(timeout=60, verbose=False, ignoresecuredevice=False, ignoreversioncheck=False,

Callers 2

connectToDeviceOrExitMethod · 0.80
dumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected