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

Method sleep

src/com/dtmilano/android/viewclient.py:3125–3132  ·  view source on GitHub ↗

Sleeps for the specified number of seconds. @type secs: float @param secs: number of seconds

(secs=1.0)

Source from the content-addressed store, hash-verified

3123
3124 @staticmethod
3125 def sleep(secs=1.0):
3126 """
3127 Sleeps for the specified number of seconds.
3128
3129 @type secs: float
3130 @param secs: number of seconds
3131 """
3132 time.sleep(secs)
3133
3134 def assertServiceResponse(self, response):
3135 """

Callers 10

touchMethod · 0.45
typeMethod · 0.45
backspaceMethod · 0.45
openNotificationMethod · 0.45
openQuickSettingsMethod · 0.45
changeLanguageMethod · 0.45
dumpMethod · 0.45
listMethod · 0.45
sayTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected