Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/datacamp/pythonwhat
/ test_function_parser
Function
test_function_parser
tests/test_check_function.py:270–273 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
268
],
269
)
270
def
test_function_parser(code):
271
p = FunctionParser()
272
p.visit(ast.parse(code))
273
assert
"round"
in p.out
274
275
276
def
test_check_function_parser_mappings_1():
Callers
nothing calls this directly
Calls
2
FunctionParser
Class · 0.90
parse
Method · 0.45
Tested by
no test coverage detected