📝 docs(tsl): sync api skill with corrected codegen
Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index. Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 教学范例 / TSL语言
|
||||
|
||||
### `arSumUp(stock_id, rdate)`
|
||||
## `ar_SumUp(stock_id, rdate)`
|
||||
|
||||
数组类型教学函数。提取股票StockID指定报告期Rdate十大股东信息。
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `esEvaluate()`
|
||||
## `es_evaluate()`
|
||||
|
||||
TSL语法基本教学函数。函数本身介绍了几种基础语法的赋值。
|
||||
|
||||
返回:any
|
||||
|
||||
### `ftExpression221(t, f_name, method, v, v1)`
|
||||
## `ft_Expression2_2_1(t, f_name, method, v, v1)`
|
||||
|
||||
表达式函数教学应用。依据Method取值,表T字段FName为V或者Fname取值在V到V1之间
|
||||
|
||||
|
||||
Reference in New Issue
Block a user