lex2.util.deps
Dependency checking.
Functions
|
Checks whether a specified module is installed. |
- lex2.util.deps.is_module_installed(module_name)
Checks whether a specified module is installed.
- Parameters
module_name (str) – Name of the module.
- Return type
bool