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

Function test_full_eval_formatter

tests/test_text.py:92–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91
92def test_full_eval_formatter():
93 f = text.FullEvalFormatter()
94 eval_formatter_check(f)
95 eval_formatter_slicing_check(f)
96 eval_formatter_list_comprehension_check(f)
97
98
99def test_dollar_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…