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

Method _repr_pretty_

IPython/core/display.py:426–427  ·  view source on GitHub ↗
(self, pp, cycle)

Source from the content-addressed store, hash-verified

424class Pretty(TextDisplayObject):
425
426 def _repr_pretty_(self, pp, cycle):
427 return pp.text(self.data)
428
429
430class HTML(TextDisplayObject):

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected