MCPcopy Index your code
hub / github.com/ipython/ipython / test_pinfo_nonascii

Function test_pinfo_nonascii

tests/test_oinspect.py:439–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437
438
439def test_pinfo_nonascii():
440 # See gh-1177
441 from . import nonascii2
442
443 ip.user_ns["nonascii2"] = nonascii2
444 ip._inspect("pinfo", "nonascii2", detail_level=1)
445
446
447def test_pinfo_type():

Callers

nothing calls this directly

Calls 1

_inspectMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…