Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/datacamp/pythonwhat
/ render
Function
render
pythonwhat/checks/check_funcs.py:12–13 ·
view source on GitHub ↗
(template, kwargs)
Source
from the content-addressed store, hash-verified
10
11
12
def
render(template, kwargs):
13
return
Template(template).render(**kwargs)
14
15
16
def
part_to_child(stu_part, sol_part, append_message, state, node_name=None):
Callers
2
check_part_index
Function · 0.85
check_node
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected