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

Method clear_script_widget

PyAibote/AndroidBotModel/Control.py:156–164  ·  view source on GitHub ↗

清除脚本控件 Clear script control return: True或者False return: True or False

(self)

Source from the content-addressed store, hash-verified

154 return params
155
156 def clear_script_widget(self) -> bool:
157 """
158 清除脚本控件
159 Clear script control
160
161 return: True或者False
162 return: True or False
163 """
164 return "true" in self.SendData("clearScriptControl")
165
166
167

Callers

nothing calls this directly

Calls 1

SendDataMethod · 0.80

Tested by

no test coverage detected