当前位置: 首页>>代码示例>>Python>>正文


Python help.show_context_help函数代码示例

本文整理汇总了Python中safe_qgis.utilities.help.show_context_help函数的典型用法代码示例。如果您正苦于以下问题:Python show_context_help函数的具体用法?Python show_context_help怎么用?Python show_context_help使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了show_context_help函数的5个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。

示例1: show_help

 def show_help(self):
     """Show context help for the options dialog."""
     show_context_help('options')
开发者ID:CharlesRethman,项目名称:inasafe,代码行数:3,代码来源:options_dialog.py

示例2: show_help

 def show_help(self):
     """Load the help text for the keywords dialog."""
     show_context_help(context="keywords")
开发者ID:CharlesRethman,项目名称:inasafe,代码行数:3,代码来源:keywords_dialog.py

示例3: show_help

 def show_help():
     """Load the help text for the dialog."""
     show_context_help('impact_layer_merge_tool')
开发者ID:SamudraYe,项目名称:inasafe,代码行数:3,代码来源:impact_merge_dialog.py

示例4: show_help

 def show_help(self):
     """Load the help text for the dialog."""
     show_context_help(self.help_context)
开发者ID:borysiasty,项目名称:inasafe,代码行数:3,代码来源:osm_downloader.py

示例5: test_keywords_help

    def test_keywords_help(self):
        """Test help works with context set to 'keywords'"""

        # TODO this test is largely meaningless - try to come up with a
        # better approach...
        show_context_help(context='keywords')
开发者ID:feyeandal,项目名称:inasafe,代码行数:6,代码来源:test_help.py


注:本文中的safe_qgis.utilities.help.show_context_help函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。