Contents
Verifies a package exists without importing it, otherwise throws an ImportError.
name – The name of the package to test for existence.
ImportError if the provided module can’t be found.