Package schrodinger :: Package application :: Package bioluminate :: Module validate_imported_modules
[hide private]
[frames] | no frames]

Module validate_imported_modules

The module will check that the psp module is loaded

Copyright Schrodinger, LLC. All rights reserved.

Functions [hide private]
 
check_module(object_list_to_inspect, suppress_error_msg=False, msg='Prime is not installed. This is required for the panel.')
If the user wants to generate the message they can by suppressing generic error message here, otherwise by default a message is generated.
Variables [hide private]
  maestro = None
hash(x)
  ERROR_MSG = 'Prime is not installed. This is required for the ...
  __package__ = 'schrodinger.application.bioluminate'
Function Details [hide private]

check_module(object_list_to_inspect, suppress_error_msg=False, msg='Prime is not installed. This is required for the panel.')

 

If the user wants to generate the message they can by suppressing generic error message here, otherwise by default a message is generated.

Parameters:
  • object_list_to_inspect (list of objects) - A list of objects which will be passed in to be inspected.
  • suppress_error - If True no message is printed, else print it. @type bool
  • msg (String @return : Will return true if all objects in the list are modules @rtype : bool) - The error message to be displayed to the user

Variables Details [hide private]

ERROR_MSG

Value:
'Prime is not installed. This is required for the panel.'