Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/modelscope/modelscope
/ is_package_available
Function
is_package_available
modelscope/utils/import_utils.py:273–274 ·
view source on GitHub ↗
(pkg_name)
Source
from the content-addressed store, hash-verified
271
272
273
def
is_package_available(pkg_name):
274
return
functools.partial(_is_package_available_fn, pkg_name)
275
276
277
def
is_espnet_available(pkg_name):
Callers
2
import_utils.py
File · 0.85
requires
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…