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

Function decorator

Lib/signal.py:51–53  ·  view source on GitHub ↗
(wrapper)

Source from the content-addressed store, hash-verified

49# __annotations__ is not set.
50def _wraps(wrapped):
51 def decorator(wrapper):
52 wrapper.__doc__ = wrapped.__doc__
53 return wrapper
54 return decorator
55
56@_wraps(_signal.signal)

Callers 1

make_dataclassFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…