Searched refs:can_import_py_module (Results 1 – 2 of 2) sorted by relevance
202 have_pip = can_import_py_module("pip")206 have_pip = can_import_py_module("pip")953 def can_import_py_module(module: str) -> bool: function