ttcn3.py 文件源码

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

项目:TtcnComplete 作者: HuiMi24 项目源码 文件源码
def on_activated_async(view):
        """Called upon activating a view. Execution in a worker thread.

        Args:
            view (sublime.View): current view

        """
        logging.debug(" on_activated_async view id %s", view.buffer_id())
        if Tools.is_valid_view(view):
            if not completer:
                return
            if completer.exist_for_view(view.buffer_id()):
                logging.debug(" view %s, already has a completer",
                              view.buffer_id())
                return
            logging.info(" init completer for view id %s" % view.buffer_id())
            completer.init(view)
            logging.info(" init completer for view id %s done" %
                         view.buffer_id())
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号