feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 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;
```