Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ wrapper
Method
wrapper
Lib/test/test_functools.py:983–984 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
981
f.__wrapped__ =
"This is still a bald faced lie"
982
@functools.wraps(f)
983
def
wrapper():
984
pass
985
return
wrapper, f
986
987
def
test_default_update(self):
Callers
3
sample_live
Function · 0.45
curses_tests.py
File · 0.45
textpad.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected