Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ 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.
50
def
_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_dataclass
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected