MCPcopy Create free account
hub / github.com/zai-org/Open-AutoGLM / _handle_back

Method _handle_back

phone_agent/actions/handler_ios.py:201–204  ·  view source on GitHub ↗

Handle back gesture (swipe from left edge).

(self, action: dict, width: int, height: int)

Source from the content-addressed store, hash-verified

199 return ActionResult(True, False)
200
201 def _handle_back(self, action: dict, width: int, height: int) -> ActionResult:
202 """Handle back gesture (swipe from left edge)."""
203 back(wda_url=self.wda_url, session_id=self.session_id)
204 return ActionResult(True, False)
205
206 def _handle_home(self, action: dict, width: int, height: int) -> ActionResult:
207 """Handle home button action."""

Callers

nothing calls this directly

Calls 2

backFunction · 0.90
ActionResultClass · 0.70

Tested by

no test coverage detected