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

Function test_full_eval_formatter

IPython/utils/tests/test_text.py:145–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 eval_formatter_no_slicing_check(f)
144
145def test_full_eval_formatter():
146 f = text.FullEvalFormatter()
147 eval_formatter_check(f)
148 eval_formatter_slicing_check(f)
149
150def test_dollar_formatter():
151 f = text.DollarFormatter()

Callers

nothing calls this directly

Calls 2

eval_formatter_checkFunction · 0.85

Tested by

no test coverage detected