MCPcopy
hub / github.com/huggingface/transformers / is_pytest_available

Function is_pytest_available

src/transformers/utils/import_utils.py:1233–1234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1231
1232@lru_cache
1233def is_pytest_available() -> bool:
1234 return _is_package_available("pytest")[0]
1235
1236
1237@lru_cache

Callers 2

testing_utils.pyFile · 0.85

Calls 1

_is_package_availableFunction · 0.85

Tested by

no test coverage detected