MCPcopy
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
41def test_as_apply_passthrough():
42 a4 = as_apply(4)
43 assert a4 is as_apply(a4)
44
45
46def test_as_apply_literal():

Callers

nothing calls this directly

Calls 1

as_applyFunction · 0.90

Tested by

no test coverage detected