MCPcopy 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
12def render(template, kwargs):
13 return Template(template).render(**kwargs)
14
15
16def part_to_child(stu_part, sol_part, append_message, state, node_name=None):

Callers 2

check_part_indexFunction · 0.85
check_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected