MCPcopy 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
473def ex():
474 return ChainExtender(Ex("state"), lambda state, x: state + x)("x")
475
476
477def test_ex_add_f(ex, f):

Callers

nothing calls this directly

Calls 1

ExFunction · 0.90

Tested by

no test coverage detected