Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ noop2
Function
noop2
IPython/core/tests/test_oinspect.py:85–86 ·
view source on GitHub ↗
(f, *a, **kw)
Source
from the content-addressed store, hash-verified
83
84
@decorator
85
def
noop2(f, *a, **kw):
86
return
f(*a, **kw)
87
88
@noop2
89
@noop2
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected