Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ test_as_apply_passthrough
Function
test_as_apply_passthrough
hyperopt/pyll/tests/test_base.py:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
40
41
def
test_as_apply_passthrough():
42
a4 = as_apply(4)
43
assert a4 is as_apply(a4)
44
45
46
def
test_as_apply_literal():
Callers
nothing calls this directly
Calls
1
as_apply
Function · 0.90
Tested by
no test coverage detected