()
| 437 | |
| 438 | |
| 439 | def 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 | |
| 447 | def test_pinfo_type(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…