Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ foo
Function
foo
IPython/core/tests/test_oinspect.py:315–315 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
313
def
test_pdef():
314
# See gh-1914
315
def
foo():
pass
316
inspector.pdef(foo,
'foo'
)
317
318
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected