Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ wrapper
Function
wrapper
IPython/core/tests/test_oinspect.py:70–71 ·
view source on GitHub ↗
(*a, **kw)
Source
from the content-addressed store, hash-verified
68
@decorator
69
def
noop1(f):
70
def
wrapper(*a, **kw):
71
return
f(*a, **kw)
72
return
wrapper
73
74
@noop1
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected