Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
417
def
f():
418
return
LazyChain(ChainedCall(
lambda
state, b: state + b, kwargs={
"b"
:
"b"
}))
419
420
421
@pytest.fixture
Callers
7
wrapper
Function · 0.85
wrapper
Function · 0.85
get_output
Function · 0.85
get_error
Function · 0.85
test_f_from_func
Function · 0.85
test_f_from_state_dec
Function · 0.85
wrapper
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected