state.py 文件源码

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

项目:NeoVintageous 作者: NeoVintageous 项目源码 文件源码
def _run_parser_via_panel(self, command):
        """
        Return `True` if the current parser needs to be run via a panel.

        If needed, it runs the input-panel-based parser.
        """
        if command.input_parser.type == input_types.VIA_PANEL:
            if self.non_interactive:
                return False
            sublime.active_window().run_command(command.input_parser.command)
            return True
        return False
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号