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
|