gpt4 book ai didi

Python 定时器模块

转载 作者:太空狗 更新时间:2023-10-30 02:11:42 25 4
gpt4 key购买 nike

我在某处找到了这段代码:

t = Timer(10.0, hello)
t.start()

其中 10.0 是计时器应该执行的时间(以秒为单位),hello 是满足时间参数时将运行的方法。但是,我找不到这个函数所属的模块。有帮助吗?

最佳答案

这取决于你的代码逻辑。但是从提供的代码来看,它很可能是线程模块中的 Timer,因此您只需将其添加到代码的顶部

from threading import Timer

文档在这里:threading.Timer

关于Python 定时器模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20887563/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com