Check if a path is available in your environment. >>> _module_available(‘os’) True >>> _module_available(‘bla.bla’) False
module_path (str) –
bool