user.core.help.help.py

Modules

Actions

user.help_context()

Display contextual command info

user.help_context_enabled()

Display contextual command info

user.help_formatters(ab: dict)

Provides the list of formatter keywords

user.help_hide()

Hides the help

user.help_list(ab: str)

Provides the symbol dictionary

user.help_next()

Navigates to next page

user.help_previous()

Navigates to previous page

user.help_refresh()

Refreshes the help

user.help_return()

Returns to the main help window

user.help_search(phrase: str)

Display command info for search phrase

user.help_select_index(index: int)

Select the context by a number

user.help_selected_context(m: str)

Display command info for selected context

Lists

user.help_contexts

list of available contexts

Settings

user.help_max_contexts_per_page: int = 20

Max contexts to display per page in help

user.help_max_command_lines_per_page: int = 50

Max lines of command to display per page in help

Tags

user.help_open

tag for commands that are available only when help is visible