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

Function foo_printer

IPython/core/tests/test_formatters.py:45–46  ·  view source on GitHub ↗
(obj, pp, cycle)

Source from the content-addressed store, hash-verified

43 return 'GoodPretty()'
44
45def foo_printer(obj, pp, cycle):
46 pp.text('foo')
47
48def test_pretty():
49 f = PlainTextFormatter()

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected