Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
706
def
add_partial_sct(func, name):
707
rename_function(func, name)
708
scts[name] = func
709
710
711
add_partial_sct(
Callers
1
check_wrappers.py
File · 0.85
Calls
1
rename_function
Function · 0.85
Tested by
no test coverage detected