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

Function test_pinfo_nonascii

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

Source from the content-addressed store, hash-verified

317
318
319def test_pinfo_nonascii():
320 # See gh-1177
321 from . import nonascii2
322 ip.user_ns['nonascii2'] = nonascii2
323 ip._inspect('pinfo', 'nonascii2', detail_level=1)
324
325def test_pinfo_type():
326 """

Callers

nothing calls this directly

Calls 1

_inspectMethod · 0.80

Tested by

no test coverage detected