文件名称:run-py:Run 是一个从文件中运行任务的程序
文件大小:71KB
文件格式:ZIP
更新时间:2024-07-03 02:18:44
Python
跑步 Run 是一个从文件运行任务的程序。 例子 真正的简单示例介绍了一些功能。 在当前工作目录中创建 runfile.py: from run import Module , require , trigger class Module ( Module ): #Tasks def ready ( self ): print ( 'We are ready.' ) @ require ( 'ready' ) @ trigger ( 'done' ) def hello ( self , person = 'World' , times = 3 ): """Say hello to the given person.""" print ( 'Hello' , person , str ( tim