INNER CODE UNIT · Python
if_test_env
apple/ml-cvnets · common/__init__.py:38
def if_test_env(then: Any, otherwise: Any) -> Any:
return then if "PYTEST_CURRENT_TEST" in os.environ else otherwise
INNER CODE UNIT · Python
apple/ml-cvnets · common/__init__.py:38
def if_test_env(then: Any, otherwise: Any) -> Any:
return then if "PYTEST_CURRENT_TEST" in os.environ else otherwise