✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
@@ -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;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user