MCPcopy Index your code
hub / github.com/datacamp/pythonwhat / add_partial_sct

Function add_partial_sct

pythonwhat/checks/check_wrappers.py:706–708  ·  view source on GitHub ↗
(func, name)

Source from the content-addressed store, hash-verified

704
705
706def add_partial_sct(func, name):
707 rename_function(func, name)
708 scts[name] = func
709
710
711add_partial_sct(

Callers 1

check_wrappers.pyFile · 0.85

Calls 1

rename_functionFunction · 0.85

Tested by

no test coverage detected