Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test_pdef
Function
test_pdef
tests/test_oinspect.py:351–356 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
349
350
351
def
test_pdef():
352
# See gh-1914
353
def
foo():
354
pass
355
356
inspector.pdef(foo,
"foo"
)
357
358
359
@contextmanager
Callers
nothing calls this directly
Calls
1
pdef
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…