Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1233
def
is_pytest_available() -> bool:
1234
return
_is_package_available(
"pytest"
)[0]
1235
1236
1237
@lru_cache
Callers
2
testing_utils.py
File · 0.85
is_pytest_order_available
Function · 0.85
Calls
1
_is_package_available
Function · 0.85
Tested by
no test coverage detected