fix 2to3 doc

This commit is contained in:
codeskyblue
2024-04-28 14:25:48 +08:00
parent a063811184
commit dc080d0806

View File

@@ -51,7 +51,6 @@
- Remove function XPath.apply_watch_from_yaml
- Remove function healcheck, 原来是未来恢复uiautomator服务用的
- Remove function service(name: str) -> Service, 原本是用于做atx-agent的服务管理
- Remove function session, 该函数依赖atx-agent这个函数本来就是为了兼顾appium的用法后来发现也用不到
- Remove function app_icon() -> Image, 该函数依赖atx-agent
- Remove function connect_wifi() -> Device, 该函数依赖atx-agent
- Remove function connect_adb_wifi(str) -> Device, 直接用connect就行了
@@ -114,4 +113,4 @@ It seems the strict is useless, so I delete it.
### push
- 2.x push(src, dst, mode, show_process:bool=False)
- 3.x push(src, dst, mode)
- 3.x push(src, dst, mode)