📦 deps(tsl): sync tsl-playbook from ecedf69b

Source-Commit: ecedf69b9c
This commit is contained in:
ci[bot]
2026-08-24 09:29:51 +08:00
parent 2f0d80da65
commit 2b74e1466d
664 changed files with 28934 additions and 37020 deletions
@@ -1,5 +1,7 @@
# 第三方交互 / Python
本页记录 `TSLPy` Python 客户端接口;与 TSL builtin 或 dotnet 同名的函数属于跨语言绑定,不是重复的 TSL 声明。
## `defaultConnectAndLogin(alias)`
声明:function
@@ -410,7 +412,7 @@
范例01:调用示例
```tsl
Rdo2 unit(tspy_unit).QY_py_cleardiyVar();
rdo2 unit(tspy_unit).QY_py_cleardiyVar();
a := rdo2 doPython03();//doPython03()中错误代码已修正
return a;
```