excelRTDServer.py 文件源码

python
阅读 67 收藏 0 点赞 0 评论 0

项目:OSPTF 作者: xSploited 项目源码 文件源码
def Update(self):
    # Get our wake-up thread ready...
    self.ticker = threading.Timer(self.INTERVAL, self.Update)
    try:
      # Check if any of our topics have new info to pass on
      if len(self.topics):     
        refresh = False
        for topic in self.topics.itervalues():
          topic.Update(self)
          if topic.HasChanged():
            refresh = True
          topic.Reset()

        if refresh:
          self.SignalExcel()
    finally:
      self.ticker.start() # Make sure we get to run again
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号