Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datacamp/pythonwhat
/ ex
Function
ex
tests/test_spec.py:473–474 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
471
472
@pytest.fixture
473
def
ex():
474
return
ChainExtender(Ex(
"state"
),
lambda
state, x: state + x)(
"x"
)
475
476
477
def
test_ex_add_f(ex, f):
Callers
nothing calls this directly
Calls
1
Ex
Function · 0.90
Tested by
no test coverage detected