在国信的平台上用 Python 写一个输出 hello world 的模型。图中的模型实现了一个
Python 模型必须实现的两个接口:init 与 handlebar 。输出窗口展示了这个模型的运行输出。系统首
先调用 init 方法输出了hello init,随后在每根 K 线上调用一次 handlebar,输出一次 hello
handlebar。
如下图:
在国信的平台上用 Python 写一个输出 hello world 的模型。图中的模型实现了一个
Python 模型必须实现的两个接口:init 与 handlebar 。输出窗口展示了这个模型的运行输出。系统首
先调用 init 方法输出了hello init,随后在每根 K 线上调用一次 handlebar,输出一次 hello
handlebar。
如下图:
评论 (0)