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

Function test_eval_formatter

tests/test_text.py:84–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82
83
84def test_eval_formatter():
85 f = text.EvalFormatter()
86 eval_formatter_check(f)
87 eval_formatter_no_slicing_check(f)
88 if sys.version_info < (3, 14):
89 eval_formatter_list_comprehension_check(f)
90
91
92def test_full_eval_formatter():

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…