MCPcopy 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
273def is_package_available(pkg_name):
274 return functools.partial(_is_package_available_fn, pkg_name)
275
276
277def is_espnet_available(pkg_name):

Callers 2

import_utils.pyFile · 0.85
requiresFunction · 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…