Ask a question to get started
Enter to sendā¢Shift+Enter new line
guard_import( module_name: str, *, pip_name: str | None = None, package: str
module_name
str
pip_name
str | None
None
package
Dynamically import a module.
Raise an exception if the module is not installed.
The name of the module to import.
The name of the module to install with pip.
The package to import the module from.