hunspell_table.py 文件源码

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

项目:ibus-typing-booster 作者: mike-fabian 项目源码 文件源码
def set_tab_enable(self, mode, update_dconf=True):
        '''Sets the “Tab enable” mode

        :param mode: Whether to show a candidate list only when typing Tab
        :type mode: boolean
        :param update_dconf: Whether to write the change to dconf.
                             Set this to False if this method is
                             called because the dconf key changed
                             to avoid endless loops when the dconf
                             key is changed twice in a short time.
        :type update_dconf: boolean
        '''
        if DEBUG_LEVEL > 1:
            sys.stderr.write(
                "set_tab_enable(%s, update_dconf = %s)\n"
                %(mode, update_dconf))
        if mode == self._tab_enable:
            return
        self._tab_enable = mode
        if update_dconf:
            self._config.set_value(
                self._config_section,
                'tabenable',
                GLib.Variant.new_boolean(mode))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号