check_module_available
Function
This function is defined in the profiler module.Check if a module is available without importing it. Uses importlib.util.find_spec which is fast.
Signature
Parameters
No description available.
Returns
The result of the operation.

