MCPcopy Create free account
hub / github.com/a943512/PyAibote / EndShowWait

Method EndShowWait

PyAibote/AndroidBotModel/AndroidLoadWait.py:57–65  ·  view source on GitHub ↗

进行隐式等待和显示等待模式的切换 Switch between implicit waiting and display waiting modes.

(self)

Source from the content-addressed store, hash-verified

55 self.Implicit_Waiting_Throwing = ThrowException
56
57 def EndShowWait(self):
58 """
59 进行隐式等待和显示等待模式的切换
60 Switch between implicit waiting and display waiting modes.
61 """
62 self.debug(rf"---- Finish the display waiting mode")
63 self.Implicit_Waiting = self.Show_Waiting
64 self.Implicit_Waiting_Frequency = self.Show_Waiting_Frequency
65 self.Implicit_Waiting_Throwing = self.Show_Waiting_Throwing
66
67

Callers

nothing calls this directly

Calls 1

debugMethod · 0.45

Tested by

no test coverage detected