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