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:3189–3190 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
3187
@classmethod
3188
@functools.wraps(wrapped)
3189
def
wrapper(*args, **kwargs):
3190
return
wrapped(*args, **kwargs)
3191
return
wrapper
3192
3193
class
WithoutSingleDispatch:
Callers
nothing calls this directly
Calls
1
wrapped
Function · 0.70
Tested by
no test coverage detected