Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/datacamp/pythonwhat
/ test_f_from_func
Function
test_f_from_func
tests/test_spec.py:426–427 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
424
425
426
def
test_f_from_func(f):
427
assert f(
"a"
) ==
"ab"
428
429
430
def
test_f_sct_copy_kw(addx):
Callers
nothing calls this directly
Calls
1
f
Function · 0.85
Tested by
no test coverage detected