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

Method _repr_pretty_

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

Source from the content-addressed store, hash-verified

695class Pretty(TextDisplayObject):
696
697 def _repr_pretty_(self, pp, cycle):
698 return pp.text(self.data)
699
700
701class HTML(TextDisplayObject):

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected