schrodinger.maestro_utils.find_tool_bar.constants module

class schrodinger.maestro_utils.find_tool_bar.constants.SEARCH_OPTION_DETAILS(command_option, asl, mode, tooltip)

Bases: tuple

asl

Alias for field number 1

command_option

Alias for field number 0

mode

Alias for field number 2

tooltip

Alias for field number 3

schrodinger.maestro_utils.find_tool_bar.constants.get_command_option_for_search_option(option: str) str

Return the command option for the given option.

Parameters

option – The search option.

schrodinger.maestro_utils.find_tool_bar.constants.get_asl_for_search_option(option: str) str

Return the ASL for the given option.

Parameters

option – The search option.

schrodinger.maestro_utils.find_tool_bar.constants.get_mode_for_search_option(option: str) str

Return the mode for the given option.

Parameters

option – The search option.

schrodinger.maestro_utils.find_tool_bar.constants.get_tooltip_for_search_option(option: str) str

Return the tooltip for the given option.

Parameters

option – The search option.