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- __contains__(key, /)¶
- Return key in self. 
 - __len__()¶
- Return len(self). 
 - asl¶
- Alias for field number 1 
 - command_option¶
- Alias for field number 0 
 - count(value, /)¶
- Return number of occurrences of value. 
 - index(value, start=0, stop=9223372036854775807, /)¶
- Return first index of value. - Raises ValueError if the value is not present. 
 - 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.