MCPcopy 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_liveFunction · 0.45
curses_tests.pyFile · 0.45
textpad.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected