MCPcopy Index your code
hub / github.com/python/cpython / wrapped

Function wrapped

Lib/test/test_inspect/test_inspect.py:155–156  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

153def identity_wrapper(func):
154 @functools.wraps(func)
155 def wrapped(*args, **kwargs):
156 return func(*args, **kwargs)
157 return wrapped
158
159# Original signature of the simple wrapped function returned by

Callers 5

_hashlib_newFunction · 0.50
wrapperFunction · 0.50
_hashlib_hmac_digestFunction · 0.50
_hmac_newFunction · 0.50
_hmac_compute_digestFunction · 0.50

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…