本文整理汇总了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')
示例2: show_help
def show_help(self):
"""Load the help text for the keywords dialog."""
show_context_help(context="keywords")
示例3: show_help
def show_help():
"""Load the help text for the dialog."""
show_context_help('impact_layer_merge_tool')
示例4: show_help
def show_help(self):
"""Load the help text for the dialog."""
show_context_help(self.help_context)
示例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')