Cythonizing ./repeatedTimer.pyx Error compiling Cython file: --… import threading ^

后端 未结 0 2010
孤城傲影
孤城傲影 2021-02-14 12:14
import threading
from threading import Timer


class RepeatedTimer(object):
    def __init__(self, interval, function, *args, **kwargs):
        self._timer = None
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题