MCPcopy Create free account
hub / github.com/ipython/ipython / test_pdef

Function test_pdef

IPython/core/tests/test_oinspect.py:313–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311
312
313def test_pdef():
314 # See gh-1914
315 def foo(): pass
316 inspector.pdef(foo, 'foo')
317
318
319def test_pinfo_nonascii():

Callers

nothing calls this directly

Calls 1

pdefMethod · 0.45

Tested by

no test coverage detected