MCPcopy Index your code
hub / github.com/datacamp/pythonwhat / f

Function f

tests/test_spec.py:417–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415
416@pytest.fixture
417def f():
418 return LazyChain(ChainedCall(lambda state, b: state + b, kwargs={"b": "b"}))
419
420
421@pytest.fixture

Callers 7

wrapperFunction · 0.85
wrapperFunction · 0.85
get_outputFunction · 0.85
get_errorFunction · 0.85
test_f_from_funcFunction · 0.85
test_f_from_state_decFunction · 0.85
wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected